Skip to content

Commit

Permalink
mock-array: fix make verilog
Browse files Browse the repository at this point in the history
upgrade to later version of scala that works

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Nov 25, 2024
1 parent 9a4de68 commit 765b195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/designs/src/mock-array/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.io.Source

organization := "edu.berkeley.cs"

scalaVersion := "2.13.10"
scalaVersion := "2.13.11"

scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-language:reflectiveCalls")

Expand Down

0 comments on commit 765b195

Please sign in to comment.