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

Commit

Permalink
Update README and lib
Browse files Browse the repository at this point in the history
  • Loading branch information
talekhinezh committed Dec 7, 2020
1 parent e03712f commit ad5b0d9
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.19
cd radixdlt-core && git checkout release/1.0-beta.20
```

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

dependencies {
compile 'com.radixdlt:radix-engine-library:bugfix~registeredvalidatorparticle-delegators-ordering-SNAPSHOT'
compile 'com.radixdlt:radix-engine-library:1.0-beta.19'
compile 'io.reactivex.rxjava3:rxjava:3.0.0'
compile 'com.sleepycat:je:18.3.12'

Expand Down

0 comments on commit ad5b0d9

Please sign in to comment.