Closed tanhongze closed 1 year ago
In build.sbt: ThisBuild / scalaVersion := "2.12.16" However, Spinal v1.7.3 for scala 2.12.16 is not published. So, change it to ThisBuild / scalaVersion := "2.13.8" ?
ThisBuild / scalaVersion := "2.12.16"
ThisBuild / scalaVersion := "2.13.8"
Hi, Maybe it was too early to try ? I mean, now it works for me.
https://oss.sonatype.org/content/groups/public/com/github/spinalhdl/spinalhdl-core_2.12/1.7.3/
I think we can close it now
In build.sbt:
ThisBuild / scalaVersion := "2.12.16"
However, Spinal v1.7.3 for scala 2.12.16 is not published. So, change it toThisBuild / scalaVersion := "2.13.8"
?