Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Oct 6, 2021
1 parent 8c3dc04 commit dfde09d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Expand Up @@ -29,10 +29,10 @@ repositories {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.0-SNAPSHOT") { isChanging = true }
implementation("org.eclipse.keyple:keyple-distributed-local-java-api:2.0.0-SNAPSHOT") { isChanging = true }
implementation("org.eclipse.keyple:keyple-distributed-network-java-lib:2.0.0-SNAPSHOT") { isChanging = true }
implementation("org.eclipse.keyple:keyple-util-java-lib:2.0.0-SNAPSHOT") { isChanging = true }
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.0")
implementation("org.eclipse.keyple:keyple-distributed-local-java-api:2.0.0")
implementation("org.eclipse.keyple:keyple-distributed-network-java-lib:2.0.0")
implementation("org.eclipse.keyple:keyple-util-java-lib:2.0.0")
implementation("org.slf4j:slf4j-api:1.7.32")
implementation("com.google.code.gson:gson:2.8.8")
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit dfde09d

Please sign in to comment.