mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2026-07-21 18:14:03 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7bc7a5510 | |||
| 8456715b1c | |||
| 4b7dfe2d2b |
@@ -2,7 +2,7 @@ ThisBuild / version := "1.0"
|
||||
ThisBuild / scalaVersion := "2.12.18"
|
||||
ThisBuild / organization := "org.example"
|
||||
|
||||
val spinalVersion = "1.10.1"
|
||||
val spinalVersion = "1.10.2a"
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user