SpinalHDL 1.8.0

This commit is contained in:
Dolu1990
2022-12-05 20:26:59 +01:00
parent 950e9c2c72
commit 88fb4a7f49
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ ThisBuild / version := "1.0"
ThisBuild / scalaVersion := "2.12.16"
ThisBuild / organization := "org.example"
val spinalVersion = "1.7.3"
val spinalVersion = "1.8.0"
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)