Skip to content

Commit

Permalink
Update mill-main to 0.11.0 (#25)
Browse files Browse the repository at this point in the history
* Update mill-main to 0.11.0

* Update build.sc for Mill 0.11.0

---------

Co-authored-by: Alex Archambault <alexandre.archambault@gmail.com>
  • Loading branch information
scala-steward and alexarchambault authored Jun 12, 2023
1 parent de6cfcc commit 7c29aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.12
0.11.0
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import mill._, scalalib._
import scala.concurrent.duration.DurationInt
import io.kipp.mill.ci.release.CiReleaseModule

object dependency extends Cross[Dependency](Scala.all: _*)
object dependency extends Cross[Dependency](Scala.all)

class Dependency(val crossScalaVersion: String) extends CrossSbtModule with CiReleaseModule {
trait Dependency extends CrossSbtModule with CiReleaseModule {

import mill.scalalib.publish._

Expand Down

0 comments on commit 7c29aa3

Please sign in to comment.