We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71c44b3 + 2496d80 commit 511f6fcCopy full SHA for 511f6fc
project/deps.sc
@@ -145,7 +145,7 @@ object Deps {
145
ivy"com.github.alexarchambault:argonaut-shapeless_6.3_2.13:${Versions.argonautShapeless}"
146
def asm = ivy"org.ow2.asm:asm:9.7.1"
147
// Force using of 2.13 - is there a better way?
148
- def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.1.0"
+ def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.2.0"
149
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
150
def bloopRifle = ivy"ch.epfl.scala:bloop-rifle_2.13:${Versions.bloop}"
151
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"
0 commit comments