Update to SpinalHDL 1.1.6

This commit is contained in:
Dolu1990 2018-05-16 12:12:09 +02:00
parent c8cec59f1d
commit 35fbf177e2
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ scalaVersion := "2.11.6"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.5",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.5",
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.6",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.6",
"org.yaml" % "snakeyaml" % "1.8"
)