Skip to content

Commit

Permalink
Update jackson-module-scala to 2.16.2 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas authored Mar 16, 2024
1 parent b8b2562 commit 5b47ff5
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 @@ -25,7 +25,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "it, test",
"org.playframework" %% "play-slick" % "6.0.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.2",
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it",
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it",
"org.postgresql" % "postgresql" % "42.7.1",
Expand Down

0 comments on commit 5b47ff5

Please sign in to comment.