From c2950be884d9a7ab59793e3d998102de11a0294a Mon Sep 17 00:00:00 2001 From: Zhang Xi Date: Mon, 2 Sep 2024 17:50:22 +0800 Subject: [PATCH] upgrade scala version to 2.13.14 --- build.sbt | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"