Skip to content

Commit

Permalink
Merge pull request #3012 from apalache-mc/igor/z3-downgrade-4.12.6
Browse files Browse the repository at this point in the history
Downgrade Z3 to 4.12.6
  • Loading branch information
konnov authored Oct 2, 2024
2 parents 26a0552 + 32ee0bd commit 7ceed59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .unreleased/breaking-changes/downgrade-z3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Downgrade z3 to 4.12.6, due to instability of 4.13.0
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
val tla2tools = "org.lamport" % "tla2tools" % "1.7.0-SNAPSHOT"
val ujson = "com.lihaoyi" %% "ujson" % "4.0.2"
val upickle = "com.lihaoyi" %% "upickle" % "4.0.2"
val z3 = "tools.aqua" % "z3-turnkey" % "4.13.0"
val z3 = "tools.aqua" % "z3-turnkey" % "4.12.6"
val zio = "dev.zio" %% "zio" % zioVersion
// Keep up to sync with version in plugins.sbt
val zioGrpcCodgen = "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.0-test3" % "provided"
Expand Down

0 comments on commit 7ceed59

Please sign in to comment.