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 dfb9377 commit d66063fCopy full SHA for d66063f
build.sbt
@@ -66,7 +66,7 @@ lazy val nTestParallelism = {
66
def ghProject(repo: String, version: String) = RootProject(uri(s"${repo}#${version}"))
67
68
// lazy val smtlib = RootProject(file("../scala-smtlib")) // If you have a local copy of Scala-SMTLIB and would like to do some changes
69
-lazy val smtlib = ghProject("https://github.com/epfl-lara/scala-smtlib.git", "51a44878858b427f1a4e5a5eb01d8f796898d812")
+lazy val smtlib = ghProject("https://github.com/epfl-lara/scala-smtlib.git", "39745509132b01dc3291112c5259f5e77492d42c")
70
71
lazy val scriptName = settingKey[String]("Name of the generated 'inox' script")
72
0 commit comments