Skip to content

Commit 9334c06

Browse files
Update munit to 1.1.0 (#3455)
1 parent c012386 commit 9334c06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4"
599+
val cliDependency = "org.scalameta::munit::1.1.0"
600600

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

modules/integration/src/test/scala/scala/cli/integration/FixBuiltInRulesTestDefinitions.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ trait FixBuiltInRulesTestDefinitions { _: FixTestDefinitions =>
485485
if (!Properties.isWin)
486486
test("all test directives get extracted into project.scala") {
487487
val osLibDep = "com.lihaoyi::os-lib:0.11.3"
488-
val munitDep = "org.scalameta::munit:1.0.4"
488+
val munitDep = "org.scalameta::munit:1.1.0"
489489
val pprintDep = "com.lihaoyi::pprint:0.9.0"
490490
val osLibDepDirective = s"//> using dependency $osLibDep"
491491
val osLibTestDepDirective = s"//> using test.dependency $osLibDep"

project/deps.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ object Deps {
200200
def metaconfigTypesafe =
201201
ivy"org.scalameta::metaconfig-typesafe-config:0.14.0"
202202
.exclude(("org.scala-lang", "scala-compiler"))
203-
def munit = ivy"org.scalameta::munit:1.0.4"
203+
def munit = ivy"org.scalameta::munit:1.1.0"
204204
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
205205
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
206206
def osLib = ivy"com.lihaoyi::os-lib:0.11.3"

0 commit comments

Comments
 (0)