Skip to content

Commit

Permalink
1.4.1 -> 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Oct 9, 2020
1 parent 7d0ac09 commit ca51158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arend.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
langVersion: 1.4.1
langVersion: 1.5.0
sourcesDir: src
testsDir: test
binariesDir: .bin
binariesDir: bin
extensionsDir: ext
extensionMainClass: org.arend.lib.StdExtension
2 changes: 1 addition & 1 deletion meta/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ task<JavaExec>("cliCheck") {
group = "verification"
dependsOn(projectArend.task(":cli:jarDep"), tasks["classes"])
main = "-jar"
val jarDepPath = projectArend.projectDir.resolve("cli/build/libs/cli-1.4.1-full.jar").absolutePath
val jarDepPath = projectArend.projectDir.resolve("cli/build/libs/cli-1.5.0-full.jar").absolutePath
args(jarDepPath, "-tcr")
workingDir(projectDir.parent)
}
Expand Down

0 comments on commit ca51158

Please sign in to comment.