Update build.sbt

This commit is contained in:
Dolu1990
2020-03-09 00:56:45 +01:00
committed by GitHub
parent 4c1ec24f9b
commit 3cd200f9b6

View File

@@ -7,9 +7,9 @@ scalaVersion := "2.11.12"
EclipseKeys.withSource := true EclipseKeys.withSource := true
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.9", "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.4.0",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.9", "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.4.0",
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % "1.3.9") compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % "1.4.0")
) )
fork := true fork := true