Skip to content

Commit

Permalink
Merge pull request #17 from dnltz/WIP/dnltz/update-version
Browse files Browse the repository at this point in the history
Update to SpinalHDL 1.7.0a
  • Loading branch information
Dolu1990 authored Jul 4, 2022
2 parents 6140d16 + 2a6779e commit a5fc87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6.1"
val spinal = "1.7.0a"

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

0 comments on commit a5fc87d

Please sign in to comment.