aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJiuyang Liu2021-05-17 21:58:21 +0000
committerGitHub2021-05-17 21:58:21 +0000
commit302c664bf3bc6de5b197a97990f80c4edaa789b6 (patch)
treefa223a8b60902c647014e5a85d89420dda1e7ea5 /build.sbt
parentc2d72fd8a4f3558094094eed2f4a12f85d080c41 (diff)
Use os-lib to rewrite Z3ModelChecker (#2223)
* add os-lib to dependency. * use os-lib in Z3ModelChecker * fix for review by Kevin.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 023833ad..65581b7d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,6 +36,7 @@ lazy val firrtlSettings = Seq(
"org.json4s" %% "json4s-native" % "3.6.11",
"org.apache.commons" % "commons-text" % "1.8",
"io.github.alexarchambault" %% "data-class" % "0.2.5",
+ "com.lihaoyi" %% "os-lib" % "0.7.6",
),
// macros for the data-class library
libraryDependencies ++= {