@@ -6,7 +6,7 @@ val buildSettings = findbugsSettings ++ jacoco.settings ++ osgiSettings ++ Seq[S
6
6
organizationName := " MessagePack" ,
7
7
organizationHomepage := Some (new URL (" http://msgpack.org/" )),
8
8
description := " MessagePack for Java" ,
9
- scalaVersion := " 2.11.7 " ,
9
+ scalaVersion := " 2.11.11 " ,
10
10
logBuffered in Test := false ,
11
11
autoScalaLibrary := false ,
12
12
crossPaths := false ,
@@ -91,12 +91,12 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
91
91
libraryDependencies ++= Seq (
92
92
// msgpack-core should have no external dependencies
93
93
junitInterface,
94
- " org.scalatest" %% " scalatest" % " 2.2.4 " % " test" ,
95
- " org.scalacheck" %% " scalacheck" % " 1.12.2 " % " test" ,
96
- " org.xerial" % " xerial-core" % " 3.3.6 " % " test" ,
97
- " org.msgpack" % " msgpack" % " 0.6.11 " % " test" ,
94
+ " org.scalatest" %% " scalatest" % " 3.0.3 " % " test" ,
95
+ " org.scalacheck" %% " scalacheck" % " 1.13.5 " % " test" ,
96
+ " org.xerial" %% " xerial-core" % " 3.6.0 " % " test" ,
97
+ " org.msgpack" % " msgpack" % " 0.6.12 " % " test" ,
98
98
" commons-codec" % " commons-codec" % " 1.10" % " test" ,
99
- " com.typesafe.akka" %% " akka-actor" % " 2.3.9 " % " test"
99
+ " com.typesafe.akka" %% " akka-actor" % " 2.3.16 " % " test"
100
100
)
101
101
)
102
102
@@ -113,7 +113,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
113
113
libraryDependencies ++= Seq (
114
114
" com.fasterxml.jackson.core" % " jackson-databind" % " 2.7.1" ,
115
115
junitInterface,
116
- " org.apache.commons" % " commons-math3" % " 3.4 .1" % " test"
116
+ " org.apache.commons" % " commons-math3" % " 3.6 .1" % " test"
117
117
),
118
118
testOptions += Tests .Argument (TestFrameworks .JUnit , " -v" )
119
119
).dependsOn(msgpackCore)
0 commit comments