File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
scala-libraries-testing/src/test/scala/com/baeldung/munit Expand file tree Collapse file tree 2 files changed +1
-2
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(
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