upgrade scala version to 2.13.14

This commit is contained in:
Zhang Xi
2024-09-02 17:50:22 +08:00
parent 8456715b1c
commit c2950be884
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import mill._, scalalib._
val spinalVersion = "1.10.2a"
object projectname extends SbtModule {
def scalaVersion = "2.12.18"
def scalaVersion = "2.13.14"
override def millSourcePath = os.pwd
def sources = T.sources(
millSourcePath / "hw" / "spinal"