We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27744be commit c30e14aCopy full SHA for c30e14a
build.gradle.kts
@@ -24,7 +24,8 @@ repositories {
24
}
25
26
dependencies {
27
- implementation("org.lamport:tla2tools:1.8.0-SNAPSHOT")
+ // TODO: Replace with a stable release when available:
28
+ implementation("com.github.FedericoPonzi:tlaplus:0d86214464")
29
implementation("commons-io:commons-io:2.16.1")
30
testImplementation("com.github.FedericoPonzi:tlaplus-smith:17e32e0915") {
31
isChanging = true
0 commit comments