Skip to content

Commit

Permalink
Update joda-time to 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent c164530 commit e27697c
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 @@ -28,7 +28,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
}
},
libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.12.5" % "provided",
"joda-time" % "joda-time" % "2.12.6" % "provided",
"org.joda" % "joda-convert" % "2.2.3" % "provided",
"com.h2database" % "h2" % "2.2.224" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
Expand Down

0 comments on commit e27697c

Please sign in to comment.