Skip to content

Commit d9ead25

Browse files
committed
Add -SNAPSHOT to MPL dependency
Otherwise the regenerated/re-transpiled code isn’t picked up
1 parent 862420e commit d9ead25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val dynamodb by configurations.creating
8181
dependencies {
8282
implementation("org.dafny:DafnyRuntime:${dafnyRuntimeJavaVersion}")
8383
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
84-
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
84+
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}-SNAPSHOT")
8585

8686
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
8787
implementation("software.amazon.awssdk:dynamodb")

0 commit comments

Comments
 (0)