Merge pull request #425 from dnltz/WIP/dnltz/bump-scala-and-spinalhdl
build.sbt: Bump SpinalHDL and Scala version
This commit is contained in:
commit
0af9894e69
12
build.sbt
12
build.sbt
|
@ -1,17 +1,17 @@
|
||||||
val spinalVersion = "1.10.1"
|
val spinalVersion = "1.10.2a"
|
||||||
|
|
||||||
lazy val root = (project in file(".")).
|
lazy val root = (project in file(".")).
|
||||||
settings(
|
settings(
|
||||||
inThisBuild(List(
|
inThisBuild(List(
|
||||||
organization := "com.github.spinalhdl",
|
organization := "com.github.spinalhdl",
|
||||||
scalaVersion := "2.11.12",
|
scalaVersion := "2.12.18",
|
||||||
version := "2.0.0"
|
version := "2.0.0"
|
||||||
)),
|
)),
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % spinalVersion,
|
"com.github.spinalhdl" %% "spinalhdl-core" % spinalVersion,
|
||||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % spinalVersion,
|
"com.github.spinalhdl" %% "spinalhdl-lib" % spinalVersion,
|
||||||
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % spinalVersion),
|
compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-plugin" % spinalVersion),
|
||||||
"org.scalatest" %% "scalatest" % "3.2.5",
|
"org.scalatest" %% "scalatest" % "3.2.17",
|
||||||
"org.yaml" % "snakeyaml" % "1.8"
|
"org.yaml" % "snakeyaml" % "1.8"
|
||||||
),
|
),
|
||||||
name := "VexRiscv"
|
name := "VexRiscv"
|
||||||
|
|
Loading…
Reference in New Issue