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.
case-app
1 parent 449d431 commit eec8808Copy full SHA for eec8808
project/deps/package.mill.scala
@@ -155,7 +155,7 @@ object Deps {
155
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
156
def bloopRifle = ivy"ch.epfl.scala:bloop-rifle_2.13:${Versions.bloop}"
157
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"
158
- def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M30"
+ def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0"
159
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.13.0"
160
// Force using of 2.13 - is there a better way?
161
def coursier = ivy"io.get-coursier:coursier_2.13:${Versions.coursier}"
0 commit comments