Skip to content

Commit

Permalink
Merge pull request #296 from scala-steward/update/h2-2.2.224
Browse files Browse the repository at this point in the history
Update h2 to 2.2.224
  • Loading branch information
tototoshi authored Sep 30, 2023
2 parents 678a5c8 + 55026e7 commit b6d81ad
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 @@ -43,7 +43,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.12.5" % "provided",
"org.joda" % "joda-convert" % "2.2.3" % "provided",
"com.h2database" % "h2" % "2.2.220" % "test",
"com.h2database" % "h2" % "2.2.224" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.17" % "test",
"mysql" % "mysql-connector-java" % "8.0.33" % "test",
"org.postgresql" % "postgresql" % "42.6.0" % "test",
Expand Down

0 comments on commit b6d81ad

Please sign in to comment.