apalache-mc / apalache

APALACHE: symbolic model checker for TLA+ and Quint
https://apalache-mc.org/
Apache License 2.0
442 stars 40 forks source link

Update z3-turnkey to 4.13.0.1 #2998

Closed scala-steward closed 2 months ago

scala-steward commented 2 months ago

About this PR

πŸ“¦ Updates tools.aqua:z3-turnkey from 4.13.0 to 4.13.0.1

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

πŸ” Files still referring to the old version number The following files still refer to the old version number (4.13.0). You might want to review and update them manually. ``` project/Dependencies.scala ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "tools.aqua", artifactId = "z3-turnkey" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "tools.aqua", artifactId = "z3-turnkey" } }] ```

labels: library-update, old-version-remains, commit-count:1

konnov commented 2 months ago

This seems to be an upgrade in turnkey's build system, not changing the capabilities of z3. Skipping.