From 437cf00be2d561b8374baef288ef11dfff0d1a08 Mon Sep 17 00:00:00 2001 From: sewon ann Date: Sat, 26 May 2012 20:17:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4111c9..128c675 100644 --- a/build.sbt +++ b/build.sbt @@ -6,4 +6,4 @@ scalaVersion := "2.9.1" libraryDependencies += "org.scalatest" % "scalatest_2.9.1" % "1.6.1" % "test" -libraryDependencies += "org.scalaz" %% "scalaz-core" % "6.0.4" \ No newline at end of file +libraryDependencies += "org.scalaz" % "scalaz-core_2.9.1" % "6.0.4" \ No newline at end of file