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