Skip to content

Commit

Permalink
Merge pull request #881 from softwaremill/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
mergify[bot] authored Sep 19, 2023
2 parents 1be6a3f + 40c7234 commit 3d8e56c
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 @@ -57,7 +57,7 @@ val springWeb = "org.springframework" % "spring-web" % springVersion
val scalaAsync = "org.scala-lang.modules" %% "scala-async" % "1.0.1"

val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "3.5.0"
val h2 = "com.h2database" % "h2" % "2.2.222"
val h2 = "com.h2database" % "h2" % "2.2.224"

val common = Seq(scalalogging)

Expand Down

0 comments on commit 3d8e56c

Please sign in to comment.