We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0edbcd commit 2c36fcdCopy full SHA for 2c36fcd
project/deps.sc
@@ -153,7 +153,7 @@ object Deps {
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"
156
- def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M29"
+ def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M30"
157
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.13.0"
158
// Force using of 2.13 - is there a better way?
159
def coursier = ivy"io.get-coursier:coursier_2.13:${Versions.coursier}"
0 commit comments