~wegtam/smederee

Showing details for patch 35a90055ebcf9cb93ccd14a6620a189eddea9d86.
2024-08-14 (Wed), 3:46 PM - Jens Grassel - 35a90055ebcf9cb93ccd14a6620a189eddea9d86

Update munit to 1.0.1

Summary of changes
1 files modified with 3 lines added and 2 lines removed
  • build.sbt with 3 added and 2 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2024-11-23 05:32:28.766662466 +0000
+++ new-smederee/build.sbt	2024-11-23 05:32:28.766662466 +0000
@@ -289,8 +289,9 @@
             val laika            = "1.2.0"
             val log4cats         = "2.7.0"
             val logback          = "1.5.6"
-            val munit            = "1.0.0"
+            val munit            = "1.0.1"
             val munitCatsEffect  = "2.0.0"
+            val munitScalaCheck  = "1.0.0"
             val osLib            = "0.10.3"
             val postgresql       = "42.7.3"
             val pureConfig       = "0.17.7"
@@ -331,7 +332,7 @@
         val logback              = "ch.qos.logback"               % "logback-classic"            % Version.logback
         val munit                = "org.scalameta"               %% "munit"                      % Version.munit
         val munitCatsEffect      = "org.typelevel"               %% "munit-cats-effect"          % Version.munitCatsEffect
-        val munitScalaCheck      = "org.scalameta"               %% "munit-scalacheck"           % Version.munit
+        val munitScalaCheck      = "org.scalameta"               %% "munit-scalacheck"           % Version.munitScalaCheck
         val osLib                = "com.lihaoyi"                 %% "os-lib"                     % Version.osLib
         val postgresql           = "org.postgresql"               % "postgresql"                 % Version.postgresql
         val pureConfig           = "com.github.pureconfig"       %% "pureconfig-core"            % Version.pureConfig