Update SpinalHDL version for examples to 1.8.0b

This commit is contained in:
Andreas Wallner 2023-03-05 22:11:01 +01:00
parent 21443b16ce
commit e197f3383c
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.7.3"
val spinalVersion = "1.8.0b"
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)