Skip to content

Commit 2c0258f

Browse files
authored
Merge pull request #2557 from tgodzik/update-bloop
chore: Update Bloop to v1.5.11-sc
2 parents 5005679 + 39215ae commit 2c0258f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ object Deps {
101101
// Force using of 2.13 - is there a better way?
102102
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
103103
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
104-
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:1.5.11-sc-2"
104+
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:1.5.11-sc-3"
105105
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M7"
106106
def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M26"
107107
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.11.0"

website/docs/guides/offline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Note that the dependency format is the same as for `--dep` and `using dep`. More
8282

8383
If you want to use Bloop, you can get it with:
8484
```bash ignore
85-
cs fetch io.github.alexarchambault.bleep:bloop-frontend_2.12:1.5.11-sc-2
85+
cs fetch io.github.alexarchambault.bleep:bloop-frontend_2.12:1.5.11-sc-3
8686
```
8787
Note that Scala CLI uses a custom fork of Bloop, so simple `cs install bloop` won't work.
8888

@@ -150,7 +150,7 @@ cs java --jvm 11
150150
# Should pass with a warning:
151151
# [warn] Offline mode is ON and Bloop could not be fetched from the local cache, using scalac as fallback
152152
scala-cli run Main.scala --jvm 11 --offline
153-
cs fetch io.github.alexarchambault.bleep:bloop-frontend_2.12:1.5.11-sc-2
153+
cs fetch io.github.alexarchambault.bleep:bloop-frontend_2.12:1.5.11-sc-3
154154

155155
# Should pass with a warning:
156156
# [warn] Offline mode is ON and a JVM for Bloop could not be fetched from the local cache, using scalac as fallback

0 commit comments

Comments
 (0)