SpinalHDL 1.10.2a

This commit is contained in:
Dolu1990
2024-07-04 10:10:06 +02:00
parent 4b7dfe2d2b
commit 8456715b1c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ ThisBuild / version := "1.0"
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / organization := "org.example"
val spinalVersion = "1.10.2"
val spinalVersion = "1.10.2a"
val spinalCore = "com.github.spinalhdl" %% "spinalhdl-core" % spinalVersion
val spinalLib = "com.github.spinalhdl" %% "spinalhdl-lib" % spinalVersion
val spinalIdslPlugin = compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-plugin" % spinalVersion)

View File

@@ -1,6 +1,6 @@
import mill._, scalalib._
val spinalVersion = "1.10.1"
val spinalVersion = "1.10.2a"
object projectname extends SbtModule {
def scalaVersion = "2.12.18"