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 4c61c63 commit 046f199Copy full SHA for 046f199
build.sc
@@ -6,7 +6,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
6
7
import com.github.lolgab.mill.mima._
8
9
-val scala212 = "2.12.17"
+val scala212 = "2.12.18"
10
val scala213 = "2.13.10"
11
val scala3 = "3.1.3"
12
@@ -54,7 +54,7 @@ trait MainArgsPublishModule
54
)
55
56
def ivyDeps = Agg(
57
- ivy"org.scala-lang.modules::scala-collection-compat::2.8.1",
+ ivy"org.scala-lang.modules::scala-collection-compat::2.8.1"
58
59
}
60
0 commit comments