Skip to content

Commit 3afd5c9

Browse files
author
PJ Fanning
committed
prepare 2.11.0 release
1 parent 2cd929c commit 3afd5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ unmanagedSourceDirectories in Compile += {
2929
(baseDirectory in LocalRootProject).value / "src" / "main" / s"scala-2.${scalaMajorVersion.value}"
3030
}
3131

32-
val jacksonVersion = "2.11.0.rc1"
32+
val jacksonVersion = "2.11.0"
3333

3434
libraryDependencies ++= Seq(
3535
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,

0 commit comments

Comments
 (0)