Skip to content

Commit

Permalink
Update to scala-smtlib with FP support (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpgambhir authored Feb 5, 2025
1 parent dfb9377 commit d66063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lazy val nTestParallelism = {
def ghProject(repo: String, version: String) = RootProject(uri(s"${repo}#${version}"))

// lazy val smtlib = RootProject(file("../scala-smtlib")) // If you have a local copy of Scala-SMTLIB and would like to do some changes
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")

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

Expand Down

0 comments on commit d66063f

Please sign in to comment.