Skip to content

Commit

Permalink
prepare v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 23, 2021
1 parent 55cf6b4 commit 2d4bd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ lazy val jacksonModuleScala3Enum = (project in file("."))
),

libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.0" % Test,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test
),

Expand Down

0 comments on commit 2d4bd3e

Please sign in to comment.