Skip to content

Commit

Permalink
1.6.1 -> 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Sep 6, 2021
1 parent d2115a6 commit 4af38ac
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.6.1
langVersion: 1.7
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.6.1-full.jar").absolutePath
val jarDepPath = projectArend.projectDir.resolve("cli/build/libs/cli-1.7.0-full.jar").absolutePath
args(jarDepPath, "-tcr")
workingDir(projectDir.parent)
}
Expand Down

0 comments on commit 4af38ac

Please sign in to comment.