Skip to content

Commit

Permalink
Update jline2.10 and scala2.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Apr 3, 2013
1 parent a16cfc7 commit 83a9e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -4,7 +4,7 @@ organization := "com.github.zhongl"


version := "0.2.0" version := "0.2.0"


scalaVersion := "2.10.0-RC5" scalaVersion := "2.10.0"


scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:reflectiveCalls") scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:reflectiveCalls")


Expand All @@ -13,10 +13,10 @@ javacOptions += "-Xlint:unchecked"
resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository" resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"


libraryDependencies := Seq( libraryDependencies := Seq(
"jline" % "jline" % "2.9" , "jline" % "jline" % "2.10",
"org.scala-lang" % "scala-library" % "2.10.0-RC5", "org.scala-lang" % "scala-library" % "2.10.0",
"org.mockito" % "mockito-all" % "1.9.0" % "test", "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 publishMavenStyle := true
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,3 +1,3 @@
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")


addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.7") addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8")

0 comments on commit 83a9e63

Please sign in to comment.