Skip to content

Commit

Permalink
Update latest Mill version in integration tests (#45)
Browse files Browse the repository at this point in the history
Pull request: #45
  • Loading branch information
lefou committed Feb 25, 2024
1 parent f236d34 commit 287bd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ trait PlatformConfig {
object Mill011 extends PlatformConfig {
override val millVersion = "0.11.0" // scala-steward:off
override val millPlatform = "0.11"
override val testWith = Seq("0.11.5", millVersion)
override val testWith = Seq("0.11.7", millVersion)
}
object Mill010 extends PlatformConfig {
override val millVersion = "0.10.0" // scala-steward:off
override val millPlatform = "0.10"
override val testWith = Seq("0.10.12", millVersion)
override val testWith = Seq("0.10.15", millVersion)
}
object Mill09 extends PlatformConfig {
override val millVersion = "0.9.3" // scala-steward:off
Expand Down

0 comments on commit 287bd0b

Please sign in to comment.