~jan0sch/smederee

Showing details for patch 5002c6ed6356e51ab9ba8ed8af57024a1e647099.
2023-11-27 (Mon), 9:34 AM - Jens Grassel - 5002c6ed6356e51ab9ba8ed8af57024a1e647099

Update munit to 2.0.0-M4 and munit-cats-effect to 2.0.0-M4

- remove munit-discipline (unused)
Summary of changes
1 files modified with 3 lines added and 11 lines removed
  • build.sbt with 3 added and 11 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-13 11:45:03.493972322 +0000
+++ new-smederee/build.sbt	2025-01-13 11:45:03.493972322 +0000
@@ -80,7 +80,6 @@
                 library.osLib,
                 library.munit           % Test,
                 library.munitCatsEffect % Test,
-                library.munitDiscipline % Test,
                 library.munitScalaCheck % Test,
                 library.scalaCheck      % Test
             )
@@ -101,7 +100,6 @@
                 library.simpleJavaMail,
                 library.munit           % Test,
                 library.munitCatsEffect % Test,
-                library.munitDiscipline % Test,
                 library.munitScalaCheck % Test,
                 library.scalaCheck      % Test
             )
@@ -176,7 +174,6 @@
                 library.springSecurityCrypto,
                 library.munit           % Test,
                 library.munitCatsEffect % Test,
-                library.munitDiscipline % Test,
                 library.munitScalaCheck % Test,
                 library.scalaCheck      % Test
             ),
@@ -253,7 +250,6 @@
                 library.catsCore,
                 library.logback,
                 library.munit           % Test,
-                library.munitDiscipline % Test,
                 library.munitScalaCheck % Test,
                 library.scalaCheck      % Test
             )
@@ -273,7 +269,6 @@
                 library.logback,
                 library.springSecurityCrypto,
                 library.munit           % Test,
-                library.munitDiscipline % Test,
                 library.munitScalaCheck % Test,
                 library.scalaCheck      % Test
             )
@@ -321,7 +316,6 @@
                 library.springSecurityCrypto,
                 library.munit           % Test,
                 library.munitCatsEffect % Test,
-                library.munitDiscipline % Test,
                 library.munitScalaCheck % Test,
                 library.scalaCheck      % Test
             )
@@ -437,9 +431,8 @@
             val jclOverSlf4j    = "2.0.9"
             val log4cats        = "2.6.0"
             val logback         = "1.4.11"
-            val munit           = "0.7.29"
-            val munitCatsEffect = "1.0.7"
-            val munitDiscipline = "1.0.9"
+            val munit           = "1.0.0-M10"
+            val munitCatsEffect = "2.0.0-M4"
             val osLib           = "0.9.2"
             val postgresql      = "42.7.0"
             val pureConfig      = "0.17.4"
@@ -479,8 +472,7 @@
         val log4catsSlf4j        = "org.typelevel"               %% "log4cats-slf4j"         % Version.log4cats
         val logback              = "ch.qos.logback"               % "logback-classic"        % Version.logback
         val munit                = "org.scalameta"               %% "munit"                  % Version.munit
-        val munitCatsEffect      = "org.typelevel"               %% "munit-cats-effect-3"    % Version.munitCatsEffect
-        val munitDiscipline      = "org.typelevel"               %% "discipline-munit"       % Version.munitDiscipline
+        val munitCatsEffect      = "org.typelevel"               %% "munit-cats-effect"      % Version.munitCatsEffect
         val munitScalaCheck      = "org.scalameta"               %% "munit-scalacheck"       % Version.munit
         val osLib                = "com.lihaoyi"                 %% "os-lib"                 % Version.osLib
         val postgresql           = "org.postgresql"               % "postgresql"             % Version.postgresql