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 @@ -1979,7 +1979,7 @@ abstract class RunTestDefinitions
19791979 case _ => " 3"
19801980 }
19811981
1982- val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.2 "
1982+ val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.3 "
19831983 val inputs = TestInputs (
19841984 os.rel / " NoDeps.scala" ->
19851985 """ //> using jvm zulu:11
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ object Deps {
166166 def munit = ivy " org.scalameta::munit:1.0.0 "
167167 def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
168168 def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
169- def osLib = ivy " com.lihaoyi::os-lib:0.10.2 "
169+ def osLib = ivy " com.lihaoyi::os-lib:0.10.3 "
170170 def pprint = ivy " com.lihaoyi::pprint:0.9.0 "
171171 def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
172172 def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
You can’t perform that action at this time.
0 commit comments