Skip to content

Commit 869fff5

Browse files
authored
chore: bump mill version to 1.0.6 (com-lihaoyi#401)
To be able to still work with the Scala 3 CB, we need to bump the mill-version to 1.0.6
1 parent 7260523 commit 869fff5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-RC1
1+
1.0.6

build.mill

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//| mvnDeps:
2-
//| - com.github.lolgab::mill-mima_mill1.0.0-RC1:0.2.0-M1
2+
//| - com.github.lolgab::mill-mima_mill1:0.2.0
33
package build
44

55
// imports
66
import mill._, scalalib._, scalanativelib._, publish._
77
import com.github.lolgab.mill.mima._
8-
import mill.main.VcsVersion
8+
import mill.util.VcsVersion
99

1010
val communityBuildDottyVersion = sys.props.get("dottyVersion").toList
1111

0 commit comments

Comments
 (0)