Skip to content

Commit

Permalink
build: increase gradle version 1.0.1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK authored Sep 28, 2023
1 parent 5acd175 commit 0270f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ DISABLE_LINTERS:
- CPP_CPPLINT
- BASH_SHELLCHECK
- BASH_EXEC
- REPOSITORY_TRIVY
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}
}

version = "1.7.0-alpha"
version = "1.0.1"
group = "io.iohk.atala.prism.apollo"

dependencies {
Expand All @@ -47,7 +47,7 @@ dependencies {
}

allprojects {
version = "1.7.0-alpha"
version = "1.0.1"
group = "io.iohk.atala.prism.apollo"

repositories {
Expand Down

0 comments on commit 0270f38

Please sign in to comment.