SpinalHDL 1.3.5
This commit is contained in:
parent
abb7bd99ab
commit
b40dc06b29
|
@ -7,8 +7,8 @@ lazy val root = (project in file(".")).
|
|||
version := "2.0.0"
|
||||
)),
|
||||
libraryDependencies ++= Seq(
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.4",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.4",
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.5",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.5",
|
||||
"org.scalatest" % "scalatest_2.11" % "2.2.1",
|
||||
"org.yaml" % "snakeyaml" % "1.8"
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue