File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import com.typesafe.sbt.pgp.PgpKeys
2727
2828object 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" ,
Original file line number Diff line number Diff line change 1- sbt.version =0.13.6
1+ sbt.version =0.13.8
22
You can’t perform that action at this time.
0 commit comments