We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e97fe commit b2b836aCopy full SHA for b2b836a
build.sbt
@@ -74,7 +74,7 @@ lazy val nTestParallelism = {
74
def ghProject(repo: String, version: String) = RootProject(uri(s"${repo}#${version}"))
75
76
// lazy val smtlib = RootProject(file("../scala-smtlib")) // If you have a local copy of Scala-SMTLIB and would like to do some changes
77
-lazy val smtlib = ghProject("https://github.com/epfl-lara/scala-smtlib.git", "358d3f1c2d323fcd574cc869ce1d2e6b4f14609c")
+lazy val smtlib = ghProject("https://github.com/epfl-lara/scala-smtlib.git", "1432172b908f5a170b2078c575f73659b4da8ba2")
78
79
lazy val scriptName = settingKey[String]("Name of the generated 'inox' script")
80
0 commit comments