Skip to content

Commit

Permalink
Merge pull request #1511 from informalsystems/gabriela/bump-apalache
Browse files Browse the repository at this point in the history
Bump Apalache to 0.45.6
  • Loading branch information
bugarela committed Sep 24, 2024
2 parents ff63232 + 67f5717 commit cbb025b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed

- Some error scenarios when importing files on Windows were fixed (#1498)
- `quint verify` on Windows should now properly start an Apalache server on the
background (#1499)

### Security

## v0.22.0 -- 2024-09-09
Expand Down
2 changes: 1 addition & 1 deletion quint/src/apalache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function serverEndpointToConnectionString(endpoint: ServerEndpoint): stri
return `${endpoint.hostname}:${endpoint.port}`
}

const APALACHE_VERSION_TAG = '0.44.11'
const APALACHE_VERSION_TAG = '0.46.1'
// TODO: used by GitHub api approach: https://github.com/informalsystems/quint/issues/1124
// const APALACHE_TGZ = 'apalache.tgz'

Expand Down

0 comments on commit cbb025b

Please sign in to comment.