Skip to content

Commit 978b055

Browse files
authored
Merge pull request #339 from romanowski/fix-2.13.7
Update bloop
2 parents 7127db5 + 57d9d6c commit 978b055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/integration/src/test/scala/scala/cli/integration/NativePackagerTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class NativePackagerTests extends munit.FunSuite {
288288
TestUtil.cli,
289289
"package", helloWorldFileName,
290290
"--native",
291-
"-S", "2.13",
291+
"-S", "2.13.6",
292292
"--docker",
293293
"--docker-image-repository", imageRepository,
294294
"--docker-image-tag", imageTag

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Deps {
4343
}
4444
def ammonite = ivy"com.lihaoyi:::ammonite:2.4.0-23-76673f7f"
4545
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"
4747
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.0.0-M14"
4848
def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M7"
4949
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.5.0"

0 commit comments

Comments
 (0)