Skip to content

Commit c30e14a

Browse files
committed
Update tlatools dependency after sonatype was deprecated, see tlaplus/tlaplus#1247
1 parent 27744be commit c30e14a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ repositories {
2424
}
2525

2626
dependencies {
27-
implementation("org.lamport:tla2tools:1.8.0-SNAPSHOT")
27+
// TODO: Replace with a stable release when available:
28+
implementation("com.github.FedericoPonzi:tlaplus:0d86214464")
2829
implementation("commons-io:commons-io:2.16.1")
2930
testImplementation("com.github.FedericoPonzi:tlaplus-smith:17e32e0915") {
3031
isChanging = true

0 commit comments

Comments
 (0)