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 @@ -1976,7 +1976,7 @@ abstract class RunTestDefinitions
1976
1976
case _ => " 3"
1977
1977
}
1978
1978
1979
- val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.1 "
1979
+ val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.2 "
1980
1980
val inputs = TestInputs (
1981
1981
os.rel / " NoDeps.scala" ->
1982
1982
""" //> using jvm zulu:11
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ object Deps {
160
160
def munit = ivy " org.scalameta::munit:0.7.29 "
161
161
def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
162
162
def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
163
- def osLib = ivy " com.lihaoyi::os-lib:0.10.1 "
163
+ def osLib = ivy " com.lihaoyi::os-lib:0.10.2 "
164
164
def pprint = ivy " com.lihaoyi::pprint:0.9.0 "
165
165
def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
166
166
def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
You can’t perform that action at this time.
0 commit comments