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 @@ -2008,7 +2008,7 @@ abstract class RunTestDefinitions
2008
2008
case _ => " 3"
2009
2009
}
2010
2010
2011
- val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.4 "
2011
+ val dep = s " com.lihaoyi:os-lib_ $depScalaVersion:0.10.5 "
2012
2012
val inputs = TestInputs (
2013
2013
os.rel / " NoDeps.scala" ->
2014
2014
""" //> using jvm zulu:11
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ object Deps {
186
186
def munit = ivy " org.scalameta::munit:1.0.1 "
187
187
def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
188
188
def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
189
- def osLib = ivy " com.lihaoyi::os-lib:0.10.4 "
189
+ def osLib = ivy " com.lihaoyi::os-lib:0.10.5 "
190
190
def pprint = ivy " com.lihaoyi::pprint:0.9.0 "
191
191
def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
192
192
def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
You can’t perform that action at this time.
0 commit comments