Skip to content

Commit d66063f

Browse files
Update to scala-smtlib with FP support (#231)
1 parent dfb9377 commit d66063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lazy val nTestParallelism = {
6666
def ghProject(repo: String, version: String) = RootProject(uri(s"${repo}#${version}"))
6767

6868
// 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")
69+
lazy val smtlib = ghProject("https://github.com/epfl-lara/scala-smtlib.git", "39745509132b01dc3291112c5259f5e77492d42c")
7070

7171
lazy val scriptName = settingKey[String]("Name of the generated 'inox' script")
7272

0 commit comments

Comments
 (0)