Skip to content

Commit

Permalink
Update jackson-module-scala to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 11, 2024
1 parent e131118 commit 3cb603c
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 @@ -33,7 +33,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.17.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
"org.playframework" %% "play-json" % playJsonVersion,
"org.playframework" %% "play-ws-standalone" % playWsVersion,
"org.playframework" %% "play-ws-standalone-json" % playWsVersion,
Expand Down

0 comments on commit 3cb603c

Please sign in to comment.