Skip to content

Commit

Permalink
Update jackson-module-scala to 2.18.1 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 31, 2024
1 parent 1ba2b5d commit ff7f097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val root = (project in file("."))
IntegrationTest / parallelExecution := false,
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1",
"org.playframework" %% "play-json" % playJsonVersion,
"org.playframework" %% "play-ws-standalone" % playWsVersion,
"org.playframework" %% "play-ws-standalone-json" % playWsVersion,
Expand Down

0 comments on commit ff7f097

Please sign in to comment.