File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ object Deps {
101
101
// Force using of 2.13 - is there a better way?
102
102
def bloopConfig = ivy " ch.epfl.scala:bloop-config_2.13:1.5.5 "
103
103
.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 "
105
105
def bsp4j = ivy " ch.epfl.scala:bsp4j:2.1.0-M7 "
106
106
def caseApp = ivy " com.github.alexarchambault::case-app:2.1.0-M26 "
107
107
def collectionCompat = ivy " org.scala-lang.modules::scala-collection-compat:2.11.0 "
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Note that the dependency format is the same as for `--dep` and `using dep`. More
82
82
83
83
If you want to use Bloop, you can get it with:
84
84
``` 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
86
86
```
87
87
Note that Scala CLI uses a custom fork of Bloop, so simple ` cs install bloop ` won't work.
88
88
@@ -150,7 +150,7 @@ cs java --jvm 11
150
150
# Should pass with a warning:
151
151
# [warn] Offline mode is ON and Bloop could not be fetched from the local cache, using scalac as fallback
152
152
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
154
154
155
155
# Should pass with a warning:
156
156
# [warn] Offline mode is ON and a JVM for Bloop could not be fetched from the local cache, using scalac as fallback
You can’t perform that action at this time.
0 commit comments