We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be23f8 commit 7ebe797Copy full SHA for 7ebe797
build.sbt
@@ -385,7 +385,7 @@ lazy val scala2_libraries =
385
),
386
libraryDependencies ++= Seq(
387
"com.typesafe.slick" %% "slick" % slickVersion,
388
- "com.h2database" % "h2" % "2.3.230"
+ "com.h2database" % "h2" % "2.3.232"
389
390
scalacOptions += "-Xasync",
391
Defaults.itSettings
@@ -565,7 +565,7 @@ lazy val scala_libraries_persistence =
565
.map(_.withConfigurations(Some("it,test"))),
566
567
568
- "com.h2database" % "h2" % "2.3.230",
+ "com.h2database" % "h2" % "2.3.232",
569
"org.tpolecat" %% "skunk-core" % "0.6.4",
570
doobieCore,
571
doobiePGDep,
0 commit comments