File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/integration/src/test/scala/scala/cli/integration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ trait FixBuiltInRulesTestDefinitions { _: FixTestDefinitions =>
484484
485485 if (! Properties .isWin)
486486 test(" all test directives get extracted into project.scala" ) {
487- val osLibDep = " com.lihaoyi::os-lib:0.11.3 "
487+ val osLibDep = " com.lihaoyi::os-lib:0.11.5 "
488488 val munitDep = " org.scalameta::munit:1.1.1"
489489 val pprintDep = " com.lihaoyi::pprint:0.9.3"
490490 val osLibDepDirective = s " //> using dependency $osLibDep"
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ object Deps {
205205 def munit = ivy " org.scalameta::munit:1.1.1 "
206206 def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
207207 def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
208- def osLib = ivy " com.lihaoyi::os-lib:0.11.3 "
208+ def osLib = ivy " com.lihaoyi::os-lib:0.11.5 "
209209 def pprint = ivy " com.lihaoyi::pprint:0.9.3 "
210210 def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
211211 def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
You can’t perform that action at this time.
0 commit comments