Skip to content

Commit 0990f98

Browse files
committed
Create a release build for 2.12.0-M4
1 parent b20da16 commit 0990f98

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")
10+
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-M4")
1111

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

@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
3838
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.7.2" % "test",
3939
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % "2.7.2" % "test",
4040
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % "2.7.2" % "test",
41-
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
41+
"org.scalatest" %% "scalatest" % "2.2.6" % "test",
4242
"junit" % "junit" % "4.11" % "test"
4343
)
4444

0 commit comments

Comments
 (0)