File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
build/src/test/scala/scala/build/tests
integration/src/test/scala/scala/cli/integration Expand file tree Collapse file tree 3 files changed +3
-3
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.1.0 "
599
+ val cliDependency = " org.scalameta::munit::1.1.1 "
600
600
601
601
val inputs = TestInputs (
602
602
os.rel / " foo.scala" ->
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ trait FixBuiltInRulesTestDefinitions { _: FixTestDefinitions =>
485
485
if (! Properties .isWin)
486
486
test(" all test directives get extracted into project.scala" ) {
487
487
val osLibDep = " com.lihaoyi::os-lib:0.11.3"
488
- val munitDep = " org.scalameta::munit:1.1.0 "
488
+ val munitDep = " org.scalameta::munit:1.1.1 "
489
489
val pprintDep = " com.lihaoyi::pprint:0.9.0"
490
490
val osLibDepDirective = s " //> using dependency $osLibDep"
491
491
val osLibTestDepDirective = s " //> using test.dependency $osLibDep"
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ object Deps {
204
204
def metaconfigTypesafe =
205
205
ivy " org.scalameta::metaconfig-typesafe-config:0.16.0 "
206
206
.exclude((" org.scala-lang" , " scala-compiler" ))
207
- def munit = ivy " org.scalameta::munit:1.1.0 "
207
+ def munit = ivy " org.scalameta::munit:1.1.1 "
208
208
def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
209
209
def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
210
210
def osLib = ivy " com.lihaoyi::os-lib:0.11.3 "
You can’t perform that action at this time.
0 commit comments