Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 180bf7b

Browse files
Release 1.0.0-rc2
1 parent cc09efd commit 180bf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
2828
}
2929
dependencies {
30-
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.0.0-SNAPSHOT") { isChanging = true }
30+
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.0.0-rc3")
3131
testImplementation("junit:junit:4.13.2")
3232
testImplementation("org.assertj:assertj-core:3.15.0")
3333
}

0 commit comments

Comments
 (0)