Move to SpinalHDL 1.2.0
This commit is contained in:
parent
d7cba38ec2
commit
0476de8066
|
@ -9,8 +9,8 @@ scalaVersion := "2.11.6"
|
|||
EclipseKeys.withSource := true
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.7",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.7",
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.2.0",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.2.0",
|
||||
"org.scalatest" % "scalatest_2.11" % "2.2.1",
|
||||
"org.yaml" % "snakeyaml" % "1.8"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue