Skip to content

Commit 046f199

Browse files
committed
Update scala-library, scala-reflect to 2.12.18
1 parent 4c61c63 commit 046f199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
66

77
import com.github.lolgab.mill.mima._
88

9-
val scala212 = "2.12.17"
9+
val scala212 = "2.12.18"
1010
val scala213 = "2.13.10"
1111
val scala3 = "3.1.3"
1212

@@ -54,7 +54,7 @@ trait MainArgsPublishModule
5454
)
5555

5656
def ivyDeps = Agg(
57-
ivy"org.scala-lang.modules::scala-collection-compat::2.8.1",
57+
ivy"org.scala-lang.modules::scala-collection-compat::2.8.1"
5858
)
5959
}
6060

0 commit comments

Comments
 (0)