generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathproject.properties
More file actions
15 lines (15 loc) · 787 Bytes
/
project.properties
File metadata and controls
15 lines (15 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file stores the top level dafny version information.
# All elements of the project need to agree on this version.
# The Github actions use .github/workflows/dafny_version.yaml
# The build scripts use
# export `export `cat ./aws-cryptographic-material-providers-library-dafny/project.properties`
# The Java project include this file as a Gradle properties
# And the Dotnet projects include and parse this file.
dafnyVersion=4.9.0
dafnyVerifyVersion=4.9.1
# TEMPORARY WORKAROUND: When updating dafnyVersion, try to REMOVE this property first.
# Only keep if the new Dafny version has Python runtime compatibility issues.
# GitHub workflow will enforce this review. Goal: remove this entirely.
dafnyRuntimePythonVersion=4.11.0
dafnyRustVersion=4.10.0
mplVersion=1.11.1-SNAPSHOT