SpinalHDL 0.11.5 update

This commit is contained in:
Dolu1990 2017-12-05 15:58:05 +01:00
parent e1b86ea511
commit f10dabd253
1 changed files with 2 additions and 2 deletions

View File

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