@@ -5,7 +5,7 @@ val buildSettings = Seq[Setting[_]](
55 organizationName := " MessagePack" ,
66 organizationHomepage := Some (new URL (" http://msgpack.org/" )),
77 description := " MessagePack for Java" ,
8- scalaVersion := " 2.12.4 " ,
8+ scalaVersion := " 2.12.8 " ,
99 logBuffered in Test := false ,
1010 // msgpack-java should be a pure-java library, so remove Scala specific configurations
1111 autoScalaLibrary := false ,
@@ -93,12 +93,12 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
9393 libraryDependencies ++= Seq (
9494 // msgpack-core should have no external dependencies
9595 junitInterface,
96- " org.scalatest" %% " scalatest" % " 3.0.3 " % " test" ,
97- " org.scalacheck" %% " scalacheck" % " 1.13.5 " % " test" ,
96+ " org.scalatest" %% " scalatest" % " 3.0.8 " % " test" ,
97+ " org.scalacheck" %% " scalacheck" % " 1.14.0 " % " test" ,
9898 " org.xerial" %% " xerial-core" % " 3.6.0" % " test" ,
9999 " org.msgpack" % " msgpack" % " 0.6.12" % " test" ,
100- " commons-codec" % " commons-codec" % " 1.10 " % " test" ,
101- " com.typesafe.akka" %% " akka-actor" % " 2.5.7 " % " test"
100+ " commons-codec" % " commons-codec" % " 1.12 " % " test" ,
101+ " com.typesafe.akka" %% " akka-actor" % " 2.5.23 " % " test"
102102 )
103103 )
104104
@@ -115,7 +115,7 @@ lazy val msgpackJackson =
115115 " org.msgpack.jackson.dataformat"
116116 ),
117117 libraryDependencies ++= Seq (
118- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9.9" ,
118+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9.9.1 " ,
119119 junitInterface,
120120 " org.apache.commons" % " commons-math3" % " 3.6.1" % " test"
121121 ),
0 commit comments