Update build.sbt

This commit is contained in:
Charles Papon 2020-02-03 13:35:55 +01:00
parent 5b8febb977
commit 38a573a48c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ lazy val root = (project in file(".")).
scalaVersion := "2.11.12", scalaVersion := "2.11.12",
version := "2.0.0" version := "2.0.0"
)), )),
scalacOptions += s"-Xplugin:${new File("../SpinalHDL/idslplugin/target/scala-2.11/spinalhdl-idsl-plugin_2.11-1.3.9.jar").getAbsolutePath}",
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
// "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.6", // "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.6",
// "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.6", // "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.6",