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 @@ -1965,7 +1965,7 @@ abstract class RunTestDefinitions(val scalaVersionOpt: Option[String])
1965
1965
case _ => " 3"
1966
1966
}
1967
1967
1968
- val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.9.2 "
1968
+ val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.9.3 "
1969
1969
val inputs = TestInputs (
1970
1970
os.rel / " NoDeps.scala" ->
1971
1971
""" //> using jvm zulu:11
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ object Deps {
144
144
def munit = ivy " org.scalameta::munit:0.7.29 "
145
145
def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
146
146
def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
147
- def osLib = ivy " com.lihaoyi::os-lib:0.9.2 "
147
+ def osLib = ivy " com.lihaoyi::os-lib:0.9.3 "
148
148
def pprint = ivy " com.lihaoyi::pprint:0.8.1 "
149
149
def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
150
150
def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
You can’t perform that action at this time.
0 commit comments