File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
scala-libraries-testing/src/test/scala/com/baeldung/munit Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
444
444
val log4jApiScalaDep =
445
445
" org.apache.logging.log4j" %% " log4j-api-scala" % " 13.1.0"
446
446
447
- val munitDep = " org.scalameta" %% " munit" % " 0.7.29 " % Test
447
+ val munitDep = " org.scalameta" %% " munit" % " 1.0.0 " % Test
448
448
449
449
lazy val scala_libraries_os = (project in file(" scala-libraries-os" ))
450
450
.settings(
@@ -613,7 +613,7 @@ lazy val cats_effects = (project in file("cats-effects"))
613
613
name := " cats-effects" ,
614
614
scalaVersion := scala3Version,
615
615
libraryDependencies += catsEffect,
616
- libraryDependencies += " org.typelevel" %% " munit-cats-effect-3 " % " 1 .0.7 " % Test ,
616
+ libraryDependencies += " org.typelevel" %% " munit-cats-effect" % " 2 .0.0 " % Test ,
617
617
libraryDependencies ++= scalaTestDeps,
618
618
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
619
619
)
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package com.baeldung.munit
2
2
3
3
import scala .concurrent .Future
4
4
import scala .concurrent .ExecutionContext .Implicits .global
5
- import munit .GenericBeforeEach
6
5
7
6
class MUnitTest extends munit.FunSuite {
8
7
You can’t perform that action at this time.
0 commit comments