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 93c51f8 commit 96c07aeCopy full SHA for 96c07ae
project/deps.sc
@@ -100,7 +100,7 @@ object Deps {
100
def bloopConfig = ivy"io.github.alexarchambault.bleep:bloop-config_2.13:1.5.4-sc-4"
101
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M3"
102
def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M21"
103
- def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.8.1"
+ def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.9.0"
104
// Force using of 2.13 - is there a better way?
105
def coursier = ivy"io.get-coursier:coursier_2.13:${Versions.coursier}"
106
def coursierJvm = ivy"io.get-coursier:coursier-jvm_2.13:${Versions.coursier}"
0 commit comments