Skip to content

Commit

Permalink
Update h2 to 2.2.222
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Sep 1, 2023
1 parent 9c649c6 commit 68dfe5c
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 @@ -12,6 +12,6 @@ libraryDependencies += "io.github.nafg.slick-migration-api" %% "slick-migration-

libraryDependencies += "org.flywaydb" % "flyway-core" % "9.22.0"

libraryDependencies += "com.h2database" % "h2" % "2.2.220" % "test"
libraryDependencies += "com.h2database" % "h2" % "2.2.222" % "test"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test"

0 comments on commit 68dfe5c

Please sign in to comment.