We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76fdd87 + f7aaab8 commit 6f6cc4fCopy full SHA for 6f6cc4f
.travis.yml
@@ -1,5 +1,8 @@
1
language: scala
2
3
+# With xenial, `Installing oraclejdk8` fails due to "Expected feature release number in range of 9 to 14, but got: 8"
4
+dist: trusty
5
+
6
cache:
7
directories:
8
- $HOME/.m2/repository/
build.sbt
@@ -115,7 +115,7 @@ lazy val msgpackJackson =
115
"org.msgpack.jackson.dataformat"
116
),
117
libraryDependencies ++= Seq(
118
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.1",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.3",
119
junitInterface,
120
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
121
0 commit comments