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 81c943d commit 4a73041Copy full SHA for 4a73041
project/deps.sc
@@ -70,7 +70,7 @@ object Deps {
70
def bloopConfig = ivy"io.github.alexarchambault.bleep:bloop-config_2.13:1.5.0-sc-1"
71
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.0.0"
72
def caseApp = ivy"com.github.alexarchambault:case-app_2.13:2.1.0-M14"
73
- def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.7.0"
+ def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.8.0"
74
// Force using of 2.13 - is there a better way?
75
def coursier = ivy"io.get-coursier:coursier_2.13:${Versions.coursier}"
76
def coursierJvm = ivy"io.get-coursier:coursier-jvm_2.13:${Versions.coursier}"
0 commit comments