diff --git a/build.sbt b/build.sbt index 25a8618b..37b40aab 100644 --- a/build.sbt +++ b/build.sbt @@ -4,8 +4,8 @@ lazy val stdlib = (project in file(".")) .settings( organization := "org.scala-exercises", name := "exercises-stdlib", - scalaVersion := "2.11.7", - version := "0.2.5-SNAPSHOT", + scalaVersion := "2.11.8", + version := "0.3.0-SNAPSHOT", resolvers ++= Seq( Resolver.sonatypeRepo("snapshots"), Resolver.sonatypeRepo("releases") diff --git a/project/build.properties b/project/build.properties index 176a863a..7d789d45 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.9 \ No newline at end of file +sbt.version=0.13.12 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 3eaab73d..eb6e308e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ resolvers ++= Seq( Resolver.sonatypeRepo("snapshots") ) -addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.2.5-SNAPSHOT", "0.13", "2.10") +addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.3.0-SNAPSHOT", "0.13", "2.10") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")