SpinalHDL 0.11.2

This commit is contained in:
Dolu1990 2017-11-15 17:57:08 +01:00
parent 6c3fed3505
commit 9f9ec823b8
1 changed files with 2 additions and 2 deletions

View File

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