Skip to content

Commit 8dd8a47

Browse files
committed
Updated a few more libs
1 parent 4218a84 commit 8dd8a47

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.sbt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
211211
"com.github.julien-truffaut" %% "monocle-macro" % monocleVersion,
212212
"com.github.julien-truffaut" %% "monocle-law" % monocleVersion % "test",
213213
"com.typesafe.slick" %% "slick" % slickVersion,
214-
"com.h2database" % "h2" % "1.4.200",
214+
"com.h2database" % "h2" % "2.1.214",
215215
"com.chuusai" %% "shapeless" % shapelessVersion,
216216
"org.scalaz" %% "scalaz-core" % scalazVersion,
217217
"co.fs2" %% "fs2-core" % fs2Version,
@@ -273,7 +273,8 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
273273
)
274274
)
275275

276-
val http4sVersion = "0.23.10"
276+
val http4sBlaze = "0.23.13"
277+
val http4sVersion = "0.23.18"
277278

278279
lazy val scala_libraries_3 = (project in file("scala-libraries-3"))
279280
.settings(
@@ -285,8 +286,8 @@ lazy val scala_libraries_3 = (project in file("scala-libraries-3"))
285286
),
286287
libraryDependencies ++= Seq(
287288
"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,
290291
"com.beachape" %% "enumeratum" % "1.7.2",
291292
"com.github.pureconfig" %% "pureconfig" % "0.17.2",
292293
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.2",

0 commit comments

Comments
 (0)