SpinalHDL 1.6.0

This commit is contained in:
name1e5s
2021-07-16 20:10:07 +08:00
parent 5502e4f7f6
commit 2e50a23fcc
3 changed files with 5 additions and 5 deletions

View File

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