Skip to content

Commit fd793f9

Browse files
committed
Bump some patch versions
This also fixes the issue with `docJar` under Scala Native (3.1.0, 4.3), which prevents publishing.
1 parent b7913bd commit fd793f9

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
@@ -11,8 +11,8 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
1111
val dottyVersions = sys.props.get("dottyVersion").toList
1212

1313
val scala2AndDottyVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: dottyVersions
14-
val scala30 = "3.0.0"
15-
val scala31 = "3.1.0"
14+
val scala30 = "3.0.2"
15+
val scala31 = "3.1.1"
1616

1717
val scalaNativeVersions = for {
1818
scalaV <- scala31 :: scala2AndDottyVersions

0 commit comments

Comments
 (0)