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 Nov 12, 2020
1 parent 8acd920 commit e9f7425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.18
cd radixdlt-core && git checkout release/1.0-beta.19
```

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:1.0-beta.16'
compile 'com.radixdlt:radixdlt-java:1.0-beta.18'
compile 'io.undertow:undertow-core:2.0.6.Final'
testCompile group: 'junit', name: 'junit', version: '4.12'

Expand Down
2 changes: 1 addition & 1 deletion radixdlt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ configurations.all {
}

dependencies {
compile 'com.radixdlt:radix-engine-library:feature~fix-system-init-SNAPSHOT'
compile 'com.radixdlt:radix-engine-library:1.0-beta.18'
compile 'io.reactivex.rxjava3:rxjava:3.0.0'
compile 'com.sleepycat:je:18.3.12'

Expand Down

0 comments on commit e9f7425

Please sign in to comment.