Skip to content

Commit

Permalink
build: bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyic00 committed Sep 26, 2024
1 parent 74c204b commit 81529df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lazy val useCHA: Boolean =
sys.props.getOrElse("CHA", "false").toLowerCase == "true"

ThisBuild / version := { if (useCHA) "1.1-cha-SNAPSHOT" else "1.1-SNAPSHOT" }
ThisBuild / version := { if (useCHA) "1.1.0-cha" else "1.1.0" }
ThisBuild / organization := "cn.ac.ios.tis"
ThisBuild / scalaVersion := "2.12.17"
// Use Scala2.13 with ChiselTest0.6.0 will cause efficiency issues in the
Expand Down

0 comments on commit 81529df

Please sign in to comment.