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