Skip to content

Commit

Permalink
Merge pull request #425 from dnltz/WIP/dnltz/bump-scala-and-spinalhdl
Browse files Browse the repository at this point in the history
build.sbt: Bump SpinalHDL and Scala version
  • Loading branch information
Dolu1990 authored Sep 2, 2024
2 parents 919f001 + 638cd88 commit 0af9894
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
val spinalVersion = "1.10.1"
val spinalVersion = "1.10.2a"

lazy val root = (project in file(".")).
settings(
inThisBuild(List(
organization := "com.github.spinalhdl",
scalaVersion := "2.11.12",
scalaVersion := "2.12.18",
version := "2.0.0"
)),
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % spinalVersion,
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % spinalVersion,
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % spinalVersion),
"org.scalatest" %% "scalatest" % "3.2.5",
"com.github.spinalhdl" %% "spinalhdl-core" % spinalVersion,
"com.github.spinalhdl" %% "spinalhdl-lib" % spinalVersion,
compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-plugin" % spinalVersion),
"org.scalatest" %% "scalatest" % "3.2.17",
"org.yaml" % "snakeyaml" % "1.8"
),
name := "VexRiscv"
Expand Down

0 comments on commit 0af9894

Please sign in to comment.