Skip to content

Commit

Permalink
Update SpinalHDL version for examples to 1.8.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasWallner committed Mar 5, 2023
1 parent 21443b1 commit e197f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e197f33

Please sign in to comment.