We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c9c09 commit 3b4691bCopy full SHA for 3b4691b
build.sbt
@@ -7,7 +7,7 @@ organization := "com.fasterxml.jackson.module"
7
8
scalaVersion := "2.11.8"
9
10
-crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.2")
+crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.3")
11
12
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")
13
@@ -39,7 +39,7 @@ scalacOptions ++= (
39
}
40
)
41
42
-val jacksonVersion = "2.8.9"
+val jacksonVersion = "2.8.10"
43
44
libraryDependencies ++= Seq(
45
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
0 commit comments