Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Preparing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
siy committed Dec 16, 2020
1 parent 4f9ea03 commit a92d1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git clone https://github.com/radixdlt/radixdlt-core.git

Checkout the required branch:
```
cd radixdlt-core && git checkout release/1.0-beta.20
cd radixdlt-core && git checkout release/1.0-beta.21
```

Run tests (note that integration tests take several minutes to run):
Expand Down
2 changes: 1 addition & 1 deletion faucet-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ configurations.all {
}

dependencies {
compile 'com.radixdlt:radixdlt-java:rc~1.0-beta.19-SNAPSHOT'
compile 'com.radixdlt:radixdlt-java:1.0-beta.19'
compile 'io.undertow:undertow-core:2.0.6.Final'
testCompile group: 'junit', name: 'junit', version: '4.12'

Expand Down

0 comments on commit a92d1f4

Please sign in to comment.