File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
AwsCryptographicMaterialProviders/runtimes/java
TestVectorsAwsCryptographicMaterialProviders/runtimes/java Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var props = Properties().apply {
18
18
var dafnyVersion = props.getProperty(" dafnyVersion" )
19
19
20
20
group = " software.amazon.cryptography"
21
- version = " 1.7.0"
21
+ version = " 1.7.0-SNAPSHOT "
22
22
description = " AWS Cryptographic Material Providers Library"
23
23
24
24
java {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ var props = Properties().apply {
20
20
var dafnyVersion = props.getProperty(" dafnyVersion" )
21
21
22
22
group = " software.amazon.cryptography"
23
- version = " 1.7.0"
23
+ version = " 1.7.0-SNAPSHOT "
24
24
description = " TestAwsCryptographicMaterialProviders"
25
25
26
26
java {
@@ -68,7 +68,7 @@ repositories {
68
68
dependencies {
69
69
implementation(" org.dafny:DafnyRuntime:${dafnyVersion} " )
70
70
implementation(" software.amazon.smithy.dafny:conversion:0.1" )
71
- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.7.0" )
71
+ implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.7.0-SNAPSHOT " )
72
72
implementation(platform(" software.amazon.awssdk:bom:2.25.1" ))
73
73
implementation(" software.amazon.awssdk:dynamodb" )
74
74
implementation(" software.amazon.awssdk:dynamodb-enhanced" )
Original file line number Diff line number Diff line change 7
7
# And the Dotnet projects include and parse this file.
8
8
dafnyVersion =4.8.0
9
9
dafnyVerifyVersion =4.8.0
10
- mplVersion =1.7.0
10
+ mplVersion =1.7.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments