Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade h2 from 2.2.222 to 2.2.224
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Sep 19, 2023
1 parent 851fe7a commit 71261bf
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 @@ -22,7 +22,7 @@ lazy val akkaDependencies = Seq(
)
lazy val databaseDependencies = Seq(
"org.postgresql" % "postgresql" % "42.6.0",
"com.h2database" % "h2" % "2.2.222",
"com.h2database" % "h2" % "2.2.224",
"com.typesafe.slick" %% "slick" % "3.3.3",
"com.typesafe.slick" %% "slick-hikaricp" % "3.3.3",
"com.github.tminglei" %% "slick-pg" % "0.20.4",
Expand Down

0 comments on commit 71261bf

Please sign in to comment.