Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trait Deps {
def springBootToolsVersion = "2.7.3"
def millPlatform: String
def millVersion: String
def scalaVersion: String = "2.13.14"
def scalaVersion: String = "2.13.17"
def testWithMill: Seq[String]

def millMainApi = ivy"com.lihaoyi::mill-main-api:${millVersion}"
Expand Down
2 changes: 1 addition & 1 deletion itest/src/large-assembly/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import de.tobiasroeser.mill.spring.boot.SpringBootModule

object app extends ScalaModule with SpringBootModule {
override def millSourcePath = super.millSourcePath / os.up
def scalaVersion = "2.13.14"
def scalaVersion = "2.13.17"
override def springBootToolsVersion = "2.7.3"
// Add many dependencies to ensure we do not fail the executable assembly
// See these Mill issues
Expand Down
Loading