Skip to content

Commit

Permalink
Add latest Mill version to test matrix (#40)
Browse files Browse the repository at this point in the history
Pull request: #40
  • Loading branch information
lefou committed Oct 4, 2023
1 parent c5aecc1 commit 7bb3948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trait PlatformConfig {
object Mill011 extends PlatformConfig {
override val millVersion = "0.11.0" // scala-steward:off
override val millPlatform = "0.11"
override val testWith = Seq(millVersion)
override val testWith = Seq("0.11.5", millVersion)
}
object Mill010 extends PlatformConfig {
override val millVersion = "0.10.0" // scala-steward:off
Expand Down

0 comments on commit 7bb3948

Please sign in to comment.