SpinalHDL 1.8.1

This commit is contained in:
Dolu1990 2023-03-27 09:57:17 +02:00
parent 88fb4a7f49
commit a4eb1e65ef
1 changed files with 1 additions and 1 deletions

View File

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