Skip to content

Commit

Permalink
release: 2.0.0 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Sep 21, 2021
1 parent 5067e3d commit c9cf27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'org.arkecosystem'
version = '2.0.0-beta-1'
version = '2.0.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {
integrationImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
integrationImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
integrationImplementation 'org.hamcrest:hamcrest-library:2.2'
integrationImplementation 'org.arkecosystem:crypto:2.0.0-beta-1'
integrationImplementation 'org.arkecosystem:crypto:2.0.0'
integrationCompileOnly 'org.slf4j:slf4j-api:1.7.32'
integrationRuntimeOnly 'org.slf4j:slf4j-simple:1.7.32'
integrationImplementation 'com.github.rholder:guava-retrying:2.0.0'
Expand Down

0 comments on commit c9cf27f

Please sign in to comment.