File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/build/src/test/scala/scala/build/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ abstract class BuildTests(server: Boolean) extends TestUtil.ScalaCliBuildSuite {
596
596
597
597
test(" cli dependency options shadowing using directives" ) {
598
598
val usingDependency = " org.scalameta::munit::1.0.0-M1"
599
- val cliDependency = " org.scalameta::munit::1.0.2 "
599
+ val cliDependency = " org.scalameta::munit::1.0.3 "
600
600
601
601
val inputs = TestInputs (
602
602
os.rel / " foo.scala" ->
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ object Deps {
196
196
def metaconfigTypesafe =
197
197
ivy " org.scalameta::metaconfig-typesafe-config:0.13.0 "
198
198
.exclude((" org.scala-lang" , " scala-compiler" ))
199
- def munit = ivy " org.scalameta::munit:1.0.2 "
199
+ def munit = ivy " org.scalameta::munit:1.0.3 "
200
200
def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
201
201
def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
202
202
def osLib = ivy " com.lihaoyi::os-lib:0.11.3 "
You can’t perform that action at this time.
0 commit comments