Skip to content

Commit

Permalink
1.5.1 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Feb 28, 2021
1 parent 0bcc445 commit 97a8475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arend.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langVersion: 1.5.1
langVersion: 1.6.0
sourcesDir: src
testsDir: test
binariesDir: bin
Expand Down
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 @@ tasks.register<JavaExec>("cliCheck") {
group = "verification"
dependsOn(projectArend.task(":cli:jarDep"), tasks.named("classes"))
main = "-jar"
val jarDepPath = projectArend.projectDir.resolve("cli/build/libs/cli-1.5.1-full.jar").absolutePath
val jarDepPath = projectArend.projectDir.resolve("cli/build/libs/cli-1.6.0-full.jar").absolutePath
args(jarDepPath, "-tcr")
workingDir(projectDir.parent)
}
Expand Down

0 comments on commit 97a8475

Please sign in to comment.