Skip to content

Commit d4f0783

Browse files
committed
Update munit to 1.0.2
1 parent a708ae9 commit d4f0783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/build/src/test/scala/scala/build/tests/BuildTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ abstract class BuildTests(server: Boolean) extends TestUtil.ScalaCliBuildSuite {
596596

597597
test("cli dependency options shadowing using directives") {
598598
val usingDependency = "org.scalameta::munit::1.0.0-M1"
599-
val cliDependency = "org.scalameta::munit::1.0.1"
599+
val cliDependency = "org.scalameta::munit::1.0.2"
600600

601601
val inputs = TestInputs(
602602
os.rel / "foo.scala" ->

project/deps.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ object Deps {
184184
def metaconfigTypesafe =
185185
ivy"org.scalameta::metaconfig-typesafe-config:0.13.0"
186186
.exclude(("org.scala-lang", "scala-compiler"))
187-
def munit = ivy"org.scalameta::munit:1.0.1"
187+
def munit = ivy"org.scalameta::munit:1.0.2"
188188
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
189189
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
190190
def osLib = ivy"com.lihaoyi::os-lib:0.10.6"

0 commit comments

Comments
 (0)