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 63db2b1 commit 0d7d770Copy full SHA for 0d7d770
project/deps.sc
@@ -119,7 +119,7 @@ object Deps {
119
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
120
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:${Versions.bloop}"
121
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"
122
- def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M26"
+ def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M28"
123
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.12.0"
124
// Force using of 2.13 - is there a better way?
125
def coursier = ivy"io.get-coursier:coursier_2.13:${Versions.coursier}"
0 commit comments