Skip to content

Commit 802b2ff

Browse files
committed
Remove unused scala version variables
1 parent 4d08d1e commit 802b2ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import mill._, scalalib._, scalajslib._, scalanativelib._, publish._
22

3-
val scala211 = "2.11.12"
4-
val scala212 = "2.12.13"
5-
val scala213 = "2.13.4"
6-
val scala3 = "3.0.0-M3"
7-
83
val dottyVersions = sys.props.get("dottyVersion").toList
94

105
val scalaVersions = "2.11.12" :: "2.12.13" :: "2.13.4" :: "3.0.0-M3" :: dottyVersions

0 commit comments

Comments
 (0)