Skip to content

Commit a6b3bec

Browse files
committed
Upgrade scala and sbt versions
1 parent 27c4d1b commit a6b3bec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import com.typesafe.sbt.pgp.PgpKeys
2727

2828
object Build extends Build {
2929

30-
val SCALA_VERSION = "2.11.1"
30+
val SCALA_VERSION = "2.11.6"
3131

3232
lazy val buildSettings = Defaults.coreDefaultSettings ++
3333
releaseSettings ++
@@ -162,7 +162,7 @@ object Build extends Build {
162162
val testLib = Seq(
163163
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
164164
"org.scalacheck" %% "scalacheck" % "1.12.2" % "test",
165-
"org.xerial" % "xerial-core" % "3.3.5" % "test",
165+
"org.xerial" % "xerial-core" % "3.3.6" % "test",
166166
"org.msgpack" % "msgpack" % "0.6.11" % "test",
167167
junitInterface,
168168
"commons-codec" % "commons-codec" % "1.10" % "test",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=0.13.6
1+
sbt.version=0.13.8
22

0 commit comments

Comments
 (0)