Skip to content

Commit

Permalink
#18 Update to SpinalHDL 1.10.2a and Scala 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Jul 19, 2024
1 parent 27e0ceb commit f2a4ae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val root = (project in file("."))
libraryDependencies += "org.scala-lang" % "scala-library" % scalaVersion.value,
libraryDependencies += compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-plugin" % CryptoVersion.spinal),
libraryDependencies += "org.bouncycastle" % "bcprov-jdk15on" % "1.60",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.10"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17"
)

fork := true
6 changes: 3 additions & 3 deletions project/Version.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
object CryptoVersion {

val scalaCompilers = Seq("2.11.12", "2.12.13", "2.13.6")
val spinal = "1.7.0a"
val scalaCompilers = Seq("2.12.18", "2.11.12", "2.13.6")
val spinal = "1.10.2a"

private val version = "1.1.1"
private val version = "1.2.0"
val tester = s"$version"
val crypto = s"$version"
}

0 comments on commit f2a4ae9

Please sign in to comment.