Skip to content

Commit

Permalink
Version 1.5.7 (Mainnet + Testnet + Stagenet) (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot authored Aug 15, 2024
1 parent 2f9e61c commit 89e42d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
gpg-private-key: ${{ secrets.OSSRH_GPG_KEY }}
gpg-passphrase: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
- name: Check PR
run: sbt --mem 4096 --batch ";checkPR;completeQaseRun"
run: sbt --mem 6144 --batch ";checkPR;completeQaseRun"
env:
QASE_ENABLE: true
QASE_RUN_NAME: checkPR
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ object Dependencies {
akkaModule("slf4j") % Runtime
)

private val rocksdb = "org.rocksdb" % "rocksdbjni" % "9.2.1"
private val rocksdb = "org.rocksdb" % "rocksdbjni" % "9.4.0"

lazy val node = Def.setting(
Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git.baseVersion := "1.5.6"
git.baseVersion := "1.5.7"

0 comments on commit 89e42d5

Please sign in to comment.