Skip to content

Commit 0dd0664

Browse files
Update h2 from 2.3.232 to 2.4.240
1 parent 3ebafcb commit 0dd0664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ lazy val scala2_libraries =
408408
),
409409
libraryDependencies ++= Seq(
410410
"com.typesafe.slick" %% "slick" % slickVersion,
411-
"com.h2database" % "h2" % "2.3.232"
411+
"com.h2database" % "h2" % "2.4.240"
412412
),
413413
scalacOptions += "-Xasync",
414414
Defaults.itSettings
@@ -613,7 +613,7 @@ lazy val scala_libraries_persistence =
613613
.map(_.withConfigurations(Some("it,test"))),
614614
libraryDependencies ++= Seq(
615615
"com.typesafe.slick" %% "slick" % slickVersion,
616-
"com.h2database" % "h2" % "2.3.232",
616+
"com.h2database" % "h2" % "2.4.240",
617617
"org.tpolecat" %% "skunk-core" % "0.6.4",
618618
doobieCore,
619619
doobiePGDep,
@@ -743,7 +743,7 @@ lazy val zio3 = (project in file("zio3"))
743743
"dev.zio" %% "zio-http" % "3.5.1",
744744
"io.getquill" %% "quill-zio" % "4.8.5",
745745
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
746-
"com.h2database" % "h2" % "2.3.232"
746+
"com.h2database" % "h2" % "2.4.240"
747747
),
748748
libraryDependencies ++= Seq(
749749
"dev.zio" %% "zio-test" % zioVersion % Test,

0 commit comments

Comments
 (0)