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 e25e8e6 commit b1a28e0Copy full SHA for b1a28e0
build.sbt
@@ -241,7 +241,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
241
"com.github.julien-truffaut" %% "monocle-macro" % monocleVersion,
242
"com.github.julien-truffaut" %% "monocle-law" % monocleVersion % "test",
243
"com.typesafe.slick" %% "slick" % slickVersion,
244
- "com.h2database" % "h2" % "2.1.214",
+ "com.h2database" % "h2" % "2.2.220",
245
"com.chuusai" %% "shapeless" % shapelessVersion,
246
"org.scalaz" %% "scalaz-core" % scalazVersion,
247
"co.fs2" %% "fs2-core" % fs2Version,
0 commit comments