We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80023ed + 5906035 commit f2f9a56Copy full SHA for f2f9a56
.github/workflows/publish-snapshots.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
29
- name: Load secret
30
- uses: 1password/load-secrets-action@v2
+ uses: 1password/load-secrets-action@v3
31
with:
32
# Export loaded secrets as environment variables
33
export-env: true
build.gradle
@@ -38,7 +38,7 @@ buildscript {
38
// Version constants for dependencies
39
awsEncryptionSdkVersion = "3.0.2"
40
awsCryptoMaterialProvidersVersion = "1.11.0"
41
- dafnyRuntimeVersion = "4.10.0"
+ dafnyRuntimeVersion = "4.11.0"
42
smithyDafnyVersion = "0.1.1"
43
gsonVersion = "2.13.1"
44
junitJupiterVersion = "5.13.3"
0 commit comments