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
1979
1979
case _ => " 3"
1980
1980
}
1981
1981
1982
- val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.2 "
1982
+ val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.3 "
1983
1983
val inputs = TestInputs (
1984
1984
os.rel / " NoDeps.scala" ->
1985
1985
""" //> using jvm zulu:11
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ object Deps {
166
166
def munit = ivy " org.scalameta::munit:1.0.0 "
167
167
def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
168
168
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 "
170
170
def pprint = ivy " com.lihaoyi::pprint:0.9.0 "
171
171
def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
172
172
def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
You can’t perform that action at this time.
0 commit comments