diff --git a/build.sbt b/build.sbt index d8d4d8f..3ae16f4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / version := "1.0" -ThisBuild / scalaVersion := "2.12.18" +ThisBuild / scalaVersion := "2.13.14" ThisBuild / organization := "org.example" val spinalVersion = "1.10.2a" diff --git a/build.sc b/build.sc index fd77f12..51f48ef 100644 --- a/build.sc +++ b/build.sc @@ -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"