Skip to content

Commit b2b836a

Browse files
Update scala-smtlib for interpreter fix (#241)
See epfl-lara/scala-smtlib#15
1 parent 22e97fe commit b2b836a

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
@@ -74,7 +74,7 @@ lazy val nTestParallelism = {
7474
def ghProject(repo: String, version: String) = RootProject(uri(s"${repo}#${version}"))
7575

7676
// 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")
77+
lazy val smtlib = ghProject("https://github.com/epfl-lara/scala-smtlib.git", "1432172b908f5a170b2078c575f73659b4da8ba2")
7878

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

0 commit comments

Comments
 (0)