~jan0sch/smederee

Showing details for patch 6dbd3006130763f4b3c82ecf9174eec102a5083f.
2024-03-22 (Fri), 1:30 PM - Jens Grassel - 6dbd3006130763f4b3c82ecf9174eec102a5083f

Update http4s to 1.0.0-M41 and fix missing logback on html-utils

Summary of changes
1 files modified with 2 lines added and 1 lines removed
  • build.sbt with 2 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-12 09:35:32.892667107 +0000
+++ new-smederee/build.sbt	2025-01-12 09:35:32.892667107 +0000
@@ -125,6 +125,7 @@
                 library.commonMarkExtTaskListItems,
                 library.http4sCore,
                 library.ip4sCore,
+                library.logback,
                 library.munit           % Test,
                 library.munitScalaCheck % Test,
                 library.scalaCheck      % Test
@@ -407,7 +408,7 @@
             val doobie          = "1.0.0-RC5"
             val flyway          = "10.8.1"
             val fs2             = "3.5.0"
-            val http4s          = "1.0.0-M40"
+            val http4s          = "1.0.0-M41"
             val ip4s            = "3.5.0"
             val jansi           = "2.4.2"
             val jclOverSlf4j    = "2.0.12"