Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b0855a

Browse files
Merge pull request #2002 from Baeldung/update/h2-2.4.240
Update h2 from 2.3.232 to 2.4.240
2 parents 95f92bb + 0dd0664 commit 4b0855a

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)

AltStyle によって変換されたページ (->オリジナル) /