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 1b0a02f commit ea0f0f4Copy full SHA for ea0f0f4
project/deps.sc
@@ -76,7 +76,7 @@ object Deps {
76
def asm = ivy"org.ow2.asm:asm:9.3"
77
// Force using of 2.13 - is there a better way?
78
def bloopConfig = ivy"io.github.alexarchambault.bleep:bloop-config_2.13:1.5.3-sc-1"
79
- def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M2"
+ def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M3"
80
def caseApp = ivy"com.github.alexarchambault:case-app_2.13:2.1.0-M17"
81
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.8.1"
82
0 commit comments