Skip to content

Commit

Permalink
Update jackson-module-scala to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas committed Nov 2, 2024
1 parent ff88bb7 commit 2fe6032
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 @@ -26,7 +26,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "it, test",
"org.playframework" %% "play-slick" % "6.1.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1",
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it",
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it",
"org.postgresql" % "postgresql" % "42.7.4",
Expand Down

0 comments on commit 2fe6032

Please sign in to comment.