Skip to content

Commit

Permalink
Merge pull request #184 from scala-steward/update/h2-2.1.210
Browse files Browse the repository at this point in the history
Update h2 to 2.1.210
  • Loading branch information
mergify[bot] authored Jan 17, 2022
2 parents 01e6bee + 038d6a9 commit 8c65316
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" % "8.4.1"

libraryDependencies += "com.h2database" % "h2" % "2.0.206" % "test"
libraryDependencies += "com.h2database" % "h2" % "2.1.210" % "test"

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

0 comments on commit 8c65316

Please sign in to comment.