Skip to content

Commit

Permalink
build: Upgrade to Mill 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltotore committed Sep 10, 2023
1 parent dcee884 commit 690a432
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.2
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import $ivy.`io.chris-kipp::mill-ci-release::0.1.5`
import $ivy.`io.chris-kipp::mill-ci-release::0.1.9`
import io.kipp.mill.ci.release.CiReleaseModule
import de.tobiasroeser.mill.vcs.version.VcsVersion

Expand Down Expand Up @@ -28,7 +28,7 @@ trait BaseModule extends ScalaModule with ScalafmtModule with CiReleaseModule {
)
)

trait Tests extends super.Tests with ScalafmtModule {
trait Tests extends ScalaTests with ScalafmtModule {

def testFramework = "utest.runner.Framework"

Expand Down

0 comments on commit 690a432

Please sign in to comment.