Skip to content

Commit

Permalink
Update Scala to 2.13.11 (#29)
Browse files Browse the repository at this point in the history
Pull request: #29
  • Loading branch information
lefou authored Sep 4, 2023
1 parent 2fdff5e commit d98a3cd
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.4-5-d623fd
0.10.12
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import mill.define.{Target, Task}
trait Setup {
val millPlatform: String
val millVersion: String
def scalaVersion = "2.13.7"
def scalaVersion = "2.13.11"
def testMillVersions: Seq[String]
}

Expand All @@ -23,7 +23,7 @@ object Setup {
override val millPlatform = "0.10"
override val millVersion = "0.10.0"
// we skip 0.10.4 tests, as these don't run under windows properly
override val testMillVersions = Seq("0.10.3", "0.10.2", "0.10.1", millVersion)
override val testMillVersions = Seq("0.10.12", millVersion)
}
object R09 extends Setup {
override val millPlatform = "0.9"
Expand Down

0 comments on commit d98a3cd

Please sign in to comment.