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 @@ -484,7 +484,7 @@ trait FixBuiltInRulesTestDefinitions { _: FixTestDefinitions =>
484
484
485
485
if (! Properties .isWin)
486
486
test(" all test directives get extracted into project.scala" ) {
487
- val osLibDep = " com.lihaoyi::os-lib:0.11.3 "
487
+ val osLibDep = " com.lihaoyi::os-lib:0.11.5 "
488
488
val munitDep = " org.scalameta::munit:1.1.1"
489
489
val pprintDep = " com.lihaoyi::pprint:0.9.3"
490
490
val osLibDepDirective = s " //> using dependency $osLibDep"
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ object Deps {
205
205
def munit = ivy " org.scalameta::munit:1.1.1 "
206
206
def nativeTestRunner = ivy " org.scala-native::test-runner: ${Versions .scalaNative}"
207
207
def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
208
- def osLib = ivy " com.lihaoyi::os-lib:0.11.3 "
208
+ def osLib = ivy " com.lihaoyi::os-lib:0.11.5 "
209
209
def pprint = ivy " com.lihaoyi::pprint:0.9.3 "
210
210
def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
211
211
def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
You can’t perform that action at this time.
0 commit comments