Skip to content

Commit ce33f76

Browse files
chore(CI): Enable local testing (#766)
1 parent ea0fe50 commit ce33f76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var props = Properties().apply {
1818
var dafnyVersion = props.getProperty("dafnyVersion")
1919

2020
group = "software.amazon.cryptography"
21-
version = "1.7.0"
21+
version = "1.7.0-SNAPSHOT"
2222
description = "AWS Cryptographic Material Providers Library"
2323

2424
java {

TestVectorsAwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var props = Properties().apply {
2020
var dafnyVersion = props.getProperty("dafnyVersion")
2121

2222
group = "software.amazon.cryptography"
23-
version = "1.7.0"
23+
version = "1.7.0-SNAPSHOT"
2424
description = "TestAwsCryptographicMaterialProviders"
2525

2626
java {
@@ -68,7 +68,7 @@ repositories {
6868
dependencies {
6969
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
7070
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")
7272
implementation(platform("software.amazon.awssdk:bom:2.25.1"))
7373
implementation("software.amazon.awssdk:dynamodb")
7474
implementation("software.amazon.awssdk:dynamodb-enhanced")

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# And the Dotnet projects include and parse this file.
88
dafnyVersion=4.8.0
99
dafnyVerifyVersion=4.8.0
10-
mplVersion=1.7.0
10+
mplVersion=1.7.0-SNAPSHOT

0 commit comments

Comments
 (0)