Skip to content

Commit

Permalink
chore(Java): enable SNAPSHOT testing (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored May 21, 2024
1 parent b6d28dc commit 1983985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")

group = "software.amazon.cryptography"
version = "1.4.0"
version = "1.4.0-SNAPSHOT"
description = "AWS Cryptographic Material Providers Library"

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repositories {
dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.4.0")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.4.0-SNAPSHOT")
implementation(platform("software.amazon.awssdk:bom:2.19.1"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")
Expand Down

0 comments on commit 1983985

Please sign in to comment.