Skip to content

Commit

Permalink
Update jackson-module-scala to 2.16.1 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas authored Dec 30, 2023
1 parent 809bb60 commit 24e6c92
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.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
"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 24e6c92

Please sign in to comment.