Skip to content

Commit

Permalink
version 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Martoni committed May 22, 2024
1 parent b967949 commit db8485b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// See README.md for license details.

val majorChiselVersion = "6"
val minorChiselVersion = "2.0"
val chiselVersion = majorChiselVersion + "." + minorChiselVersion
val minorChiselVersion = "2"
val chiselVersion = majorChiselVersion + "." + minorChiselVersion + ".0"

scalaVersion := "2.13.8"
version := chiselVersion
Expand All @@ -12,7 +12,7 @@ lazy val root = (project in file("."))
.settings(
name := "wbplumbing",
libraryDependencies ++= Seq(
"org.chipsalliance" %% "chisel" % chiselVersion,
"org.chipsalliance" %% "chisel" % majorChiselVersion + "." + minorChiselVersion + ".3",
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
),
scalacOptions ++= Seq(
Expand Down

0 comments on commit db8485b

Please # to comment.