Skip to content

Commit 3b4691b

Browse files
committed
Update dependencies to 2.8.10 + Scala 2.12.3
1 parent a8c9c09 commit 3b4691b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ organization := "com.fasterxml.jackson.module"
77

88
scalaVersion := "2.11.8"
99

10-
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.2")
10+
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.3")
1111

1212
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")
1313

@@ -39,7 +39,7 @@ scalacOptions ++= (
3939
}
4040
)
4141

42-
val jacksonVersion = "2.8.9"
42+
val jacksonVersion = "2.8.10"
4343

4444
libraryDependencies ++= Seq(
4545
"org.scala-lang" % "scala-reflect" % scalaVersion.value,

0 commit comments

Comments
 (0)