Switch to SpinalHDL 1.3.3 (release)

This commit is contained in:
Charles Papon 2019-04-24 22:17:46 +02:00
parent 017e17f9fa
commit 431bec84fb
1 changed files with 7 additions and 7 deletions

View File

@ -4,19 +4,19 @@ lazy val root = (project in file(".")).
inThisBuild(List( inThisBuild(List(
organization := "com.github.spinalhdl", organization := "com.github.spinalhdl",
scalaVersion := "2.11.12", scalaVersion := "2.11.12",
version := "1.0.0" version := "2.0.0"
)), )),
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
// "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.2", "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.3",
// "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.2", "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.3",
"org.scalatest" % "scalatest_2.11" % "2.2.1", "org.scalatest" % "scalatest_2.11" % "2.2.1",
"org.yaml" % "snakeyaml" % "1.8" "org.yaml" % "snakeyaml" % "1.8"
), ),
name := "VexRiscv" name := "VexRiscv"
).dependsOn(spinalHdlSim,spinalHdlCore,spinalHdlLib) )//.dependsOn(spinalHdlSim,spinalHdlCore,spinalHdlLib)
lazy val spinalHdlSim = ProjectRef(file("../SpinalHDL"), "sim") //lazy val spinalHdlSim = ProjectRef(file("../SpinalHDL"), "sim")
lazy val spinalHdlCore = ProjectRef(file("../SpinalHDL"), "core") //lazy val spinalHdlCore = ProjectRef(file("../SpinalHDL"), "core")
lazy val spinalHdlLib = ProjectRef(file("../SpinalHDL"), "lib") //lazy val spinalHdlLib = ProjectRef(file("../SpinalHDL"), "lib")
fork := true fork := true