Skip to content

Commit 1662713

Browse files
authored
Merge pull request #2588 from Pinata-Consulting/mock-array-make-verilog-fix
mock-array: fix make verilog
2 parents 337cf2f + 765b195 commit 1662713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/src/mock-array/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import scala.io.Source
33

44
organization := "edu.berkeley.cs"
55

6-
scalaVersion := "2.13.10"
6+
scalaVersion := "2.13.11"
77

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

0 commit comments

Comments
 (0)