Skip to content

Commit

Permalink
Merge branch 'main' into igor/z3-refactor-toExpr
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeinprogress authored Oct 2, 2024
2 parents 4641262 + 7ceed59 commit 33c290f
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 33c290f

Please sign in to comment.