SpinalHDL 1.3.1
This commit is contained in:
parent
dcdfa79024
commit
f4f854ae4f
|
@ -29,8 +29,8 @@ lazy val root = (project in file(".")).
|
|||
version := "1.0.0"
|
||||
)),
|
||||
libraryDependencies ++= Seq(
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.0",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.0",
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.1",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.1",
|
||||
"org.scalatest" % "scalatest_2.11" % "2.2.1",
|
||||
"org.yaml" % "snakeyaml" % "1.8"
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue