We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20da16 commit 0990f98Copy full SHA for 0990f98
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")
+crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-M4")
11
12
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")
13
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
38
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.7.2" % "test",
39
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % "2.7.2" % "test",
40
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % "2.7.2" % "test",
41
- "org.scalatest" %% "scalatest" % "2.2.1" % "test",
+ "org.scalatest" %% "scalatest" % "2.2.6" % "test",
42
"junit" % "junit" % "4.11" % "test"
43
)
44
0 commit comments