@@ -211,7 +211,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
211
211
" com.github.julien-truffaut" %% " monocle-macro" % monocleVersion,
212
212
" com.github.julien-truffaut" %% " monocle-law" % monocleVersion % " test" ,
213
213
" com.typesafe.slick" %% " slick" % slickVersion,
214
- " com.h2database" % " h2" % " 1.4.200 " ,
214
+ " com.h2database" % " h2" % " 2.1.214 " ,
215
215
" com.chuusai" %% " shapeless" % shapelessVersion,
216
216
" org.scalaz" %% " scalaz-core" % scalazVersion,
217
217
" co.fs2" %% " fs2-core" % fs2Version,
@@ -273,7 +273,8 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
273
273
)
274
274
)
275
275
276
- val http4sVersion = " 0.23.10"
276
+ val http4sBlaze = " 0.23.13"
277
+ val http4sVersion = " 0.23.18"
277
278
278
279
lazy val scala_libraries_3 = (project in file(" scala-libraries-3" ))
279
280
.settings(
@@ -285,8 +286,8 @@ lazy val scala_libraries_3 = (project in file("scala-libraries-3"))
285
286
),
286
287
libraryDependencies ++= Seq (
287
288
" org.http4s" %% " http4s-dsl" % http4sVersion,
288
- " org.http4s" %% " http4s-blaze-server" % http4sVersion ,
289
- " org.http4s" %% " http4s-blaze-client" % http4sVersion ,
289
+ " org.http4s" %% " http4s-blaze-server" % http4sBlaze ,
290
+ " org.http4s" %% " http4s-blaze-client" % http4sBlaze ,
290
291
" com.beachape" %% " enumeratum" % " 1.7.2" ,
291
292
" com.github.pureconfig" %% " pureconfig" % " 0.17.2" ,
292
293
" com.github.pureconfig" %% " pureconfig-enumeratum" % " 0.17.2" ,
0 commit comments