Skip to content

Commit

Permalink
use jackson 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 1, 2021
1 parent 43d4b06 commit cce40e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import java.io.File
import com.typesafe.tools.mima.core._

// Basic facts
name := "jackson-module-scala"

organization := "com.fasterxml.jackson.module"

//ThisBuild / version := "2.13.0-rc3-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.6"

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.6", "3.0.2")
Expand Down Expand Up @@ -78,8 +75,8 @@ Test / unmanagedSourceDirectories ++= {
}
}

val jacksonVersion = "2.13.0-SNAPSHOT"
val jacksonJsonSchemaVersion = "2.13.0-rc2"
val jacksonVersion = "2.13.0"
val jacksonJsonSchemaVersion = "2.13.0"

libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
Expand Down

0 comments on commit cce40e0

Please sign in to comment.