From 83a9e63743d79009c370c9e26e7cf4c559ecc2f8 Mon Sep 17 00:00:00 2001 From: zhongl Date: Wed, 3 Apr 2013 17:16:33 +0800 Subject: [PATCH] Update jline2.10 and scala2.10.0. --- build.sbt | 8 ++++---- project/plugins.sbt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 228966d..1380658 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "com.github.zhongl" version := "0.2.0" -scalaVersion := "2.10.0-RC5" +scalaVersion := "2.10.0" scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:reflectiveCalls") @@ -13,10 +13,10 @@ javacOptions += "-Xlint:unchecked" resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository" libraryDependencies := Seq( - "jline" % "jline" % "2.9" , - "org.scala-lang" % "scala-library" % "2.10.0-RC5", + "jline" % "jline" % "2.10", + "org.scala-lang" % "scala-library" % "2.10.0", "org.mockito" % "mockito-all" % "1.9.0" % "test", - "org.scalatest" % "scalatest_2.10.0-RC5" % "1.8-B1" % "test" + "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test" ) publishMavenStyle := true diff --git a/project/plugins.sbt b/project/plugins.sbt index 2582494..26c8128 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.7") \ No newline at end of file +addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8") \ No newline at end of file