Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-RC1
1.0.6
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//| mvnDeps:
//| - com.github.lolgab::mill-mima_mill1.0.0-RC1:0.2.0-M1
//| - com.github.lolgab::mill-mima_mill1:0.2.0
package build

// imports
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hamzaremmal the com.github.lolgab::mill-mima plugin above needs to be bumped to com.github.lolgab::mill-mima_mill1:0.2.0, and then I think this should start passing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, it makes sense.

import mill._, scalalib._, scalanativelib._, publish._
import com.github.lolgab.mill.mima._
import mill.main.VcsVersion
import mill.util.VcsVersion

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

Expand Down