Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Bumping to mill 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gies committed Jan 30, 2022
1 parent 0ce9fb4 commit b6fae05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
java-version: [1.8, 11]
targets:
- "__.publishLocal testRepo"
- "itest[0.10.0-M4].test"
- "itest[0.10.0].test"
- "itest[0.9.10].test"
- "itest[0.9.9].test"
- "itest[0.9.8].test"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.bloop/
.coursier/
.idea/
.idea_modules/
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ trait Deps {
}

object Deps_0_10 extends Deps {
override val millVersion = "0.10.0-M4" // scala-steward:off
override def millPlatform = "0.10.0-M4"
override val millVersion = "0.10.0" // scala-steward:off
override def millPlatform = "0.10.0"
override val scalaVersion = "2.13.7"
// keep in sync with .github/workflows/build.yml
override val millTestVersions = Seq(millVersion)
Expand Down

0 comments on commit b6fae05

Please sign in to comment.