Skip to content

Commit 9a65423

Browse files
authored
Bump Chisel to 6.6.0, Bump Scala to 2.13.15 (#131)
1 parent 29b1f00 commit 9a65423

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// See README.md for license details.
22

3-
ThisBuild / scalaVersion := "2.13.12"
3+
ThisBuild / scalaVersion := "2.13.15"
44
ThisBuild / version := "0.1.0"
55
ThisBuild / organization := "%ORGANIZATION%"
66

7-
val chiselVersion = "6.2.0"
7+
val chiselVersion = "6.6.0"
88

99
lazy val root = (project in file("."))
1010
.settings(

build.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ import mill.bsp._
99

1010
object %NAME% extends SbtModule { m =>
1111
override def millSourcePath = os.pwd
12-
override def scalaVersion = "2.13.12"
12+
override def scalaVersion = "2.13.15"
1313
override def scalacOptions = Seq(
1414
"-language:reflectiveCalls",
1515
"-deprecation",
1616
"-feature",
1717
"-Xcheckinit",
1818
)
1919
override def ivyDeps = Agg(
20-
ivy"org.chipsalliance::chisel:6.2.0",
20+
ivy"org.chipsalliance::chisel:6.6.0",
2121
)
2222
override def scalacPluginIvyDeps = Agg(
23-
ivy"org.chipsalliance:::chisel-plugin:6.2.0",
23+
ivy"org.chipsalliance:::chisel-plugin:6.6.0",
2424
)
2525
object test extends SbtModuleTests with TestModule.ScalaTest {
2626
override def ivyDeps = m.ivyDeps() ++ Agg(

0 commit comments

Comments
 (0)