spinalhdl 1.0.1
This commit is contained in:
parent
f5a1793ef5
commit
15463a6276
|
@ -9,8 +9,8 @@ scalaVersion := "2.11.6"
|
||||||
EclipseKeys.withSource := true
|
EclipseKeys.withSource := true
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.0",
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.1",
|
||||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.0",
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.1",
|
||||||
"org.yaml" % "snakeyaml" % "1.8"
|
"org.yaml" % "snakeyaml" % "1.8"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue