Skip to content

Commit

Permalink
Update jackson-module-scala to 2.17.1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 8, 2024
1 parent 776c071 commit ee63d68
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 @@ -38,7 +38,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.6.20",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
"com.typesafe.play" %% "play-json" % playJsonVersion,
"com.typesafe.play" %% "play-ws-standalone" % playWsVersion,
"com.typesafe.play" %% "play-ws-standalone-json" % playWsVersion,
Expand Down

0 comments on commit ee63d68

Please sign in to comment.