Update to SpinalHDL 0.10.14

This commit is contained in:
Charles Papon 2017-06-17 15:15:19 +02:00
parent c85f6b89de
commit a94343b98a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ scalaVersion := "2.11.8"
EclipseKeys.withSource := true EclipseKeys.withSource := true
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.13", "com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.14",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.13", "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.14",
"org.yaml" % "snakeyaml" % "1.8" "org.yaml" % "snakeyaml" % "1.8"
) )