Skip to content

Commit

Permalink
chore: bump dafnyVerifyVersion to 4.7.0 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Aug 21, 2024
1 parent d51d648 commit 5288b79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/test/TestECDH.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ module TestECDH {
}
}

method {:test} TestCompressDecompressConstantPublicKeys() {
method {:test} {:vcs_split_on_every_assert} TestCompressDecompressConstantPublicKeys() {
var derX509PublicKeys := [ECC_P256_PUBLIC, ECC_384_PUBLIC, ECC_P521_PUBLIC];
var compressedKeys := [ECC_P256_PUBLIC_COMPRESSED, ECC_384_PUBLIC_COMPRESSED, ECC_P521_PUBLIC_COMPRESSED];
var curves := [P256, P384, P521];
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# The Java project include this file as a Gradle properties
# And the Dotnet projects include and parse this file.
dafnyVersion=4.2.0
dafnyVerifyVersion=4.2.0
dafnyVerifyVersion=4.7.0
mplVersion=1.5.1-SNAPSHOT
2 changes: 1 addition & 1 deletion smithy-dafny
Submodule smithy-dafny updated 385 files

0 comments on commit 5288b79

Please sign in to comment.