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.
2 parents 48e59d6 + e7aa563 commit 79cffb3Copy full SHA for 79cffb3
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.2.224"
+ "com.h2database" % "h2" % "2.3.230"
389
390
scalacOptions += "-Xasync",
391
Defaults.itSettings
@@ -559,7 +559,7 @@ lazy val scala_libraries_persistence =
559
.map(_.withConfigurations(Some("it,test"))),
560
561
562
- "com.h2database" % "h2" % "2.2.224",
+ "com.h2database" % "h2" % "2.3.230",
563
"org.tpolecat" %% "skunk-core" % "0.6.4",
564
doobieCore,
565
doobiePGDep,
0 commit comments