We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e208cb4 commit fa7f511Copy full SHA for fa7f511
project/deps.sc
@@ -139,7 +139,7 @@ object Deps {
139
def ammoniteForScala3Lts = ivy"com.lihaoyi:::ammonite:${Versions.ammoniteForScala3Lts}"
140
def asm = ivy"org.ow2.asm:asm:9.7.1"
141
// Force using of 2.13 - is there a better way?
142
- def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.0.3"
+ def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.1.0"
143
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
144
def bloopRifle = ivy"ch.epfl.scala:bloop-rifle_2.13:${Versions.bloop}"
145
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"
0 commit comments