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 @@ -288,7 +288,7 @@ class NativePackagerTests extends munit.FunSuite {
288
288
TestUtil .cli,
289
289
" package" , helloWorldFileName,
290
290
" --native" ,
291
- " -S" , " 2.13" ,
291
+ " -S" , " 2.13.6 " ,
292
292
" --docker" ,
293
293
" --docker-image-repository" , imageRepository,
294
294
" --docker-image-tag" , imageTag
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ object Deps {
43
43
}
44
44
def ammonite = ivy " com.lihaoyi:::ammonite:2.4.0-23-76673f7f "
45
45
def asm = ivy " org.ow2.asm:asm:9.1 "
46
- def bloopConfig = ivy " ch.epfl.scala::bloop-config:1.4.10 "
46
+ def bloopConfig = ivy " ch.epfl.scala::bloop-config:1.4.11 "
47
47
def bsp4j = ivy " ch.epfl.scala:bsp4j:2.0.0-M14 "
48
48
def caseApp = ivy " com.github.alexarchambault::case-app:2.1.0-M7 "
49
49
def collectionCompat = ivy " org.scala-lang.modules::scala-collection-compat:2.5.0 "
You can’t perform that action at this time.
0 commit comments