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 b7b55e6 commit 0816a56Copy full SHA for 0816a56
project/deps.sc
@@ -149,7 +149,7 @@ object Deps {
149
ivy"com.github.alexarchambault:argonaut-shapeless_6.3_2.13:${Versions.argonautShapeless}"
150
def asm = ivy"org.ow2.asm:asm:9.7.1"
151
// Force using of 2.13 - is there a better way?
152
- def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.2.0"
+ def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.3.1"
153
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
154
def bloopRifle = ivy"ch.epfl.scala:bloop-rifle_2.13:${Versions.bloop}"
155
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"
0 commit comments