SpinalHDL 1.7.3

This commit is contained in:
Dolu1990
2022-09-19 13:29:58 +02:00
parent 4570b17a29
commit 8e8b22f6ec
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.2"
val spinalVersion = "1.7.3"
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)