Skip to content

Commit 89e42d5

Browse files
authored
Version 1.5.7 (Mainnet + Testnet + Stagenet) (#3961)
1 parent 2f9e61c commit 89e42d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
gpg-private-key: ${{ secrets.OSSRH_GPG_KEY }}
1717
gpg-passphrase: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
1818
- name: Check PR
19-
run: sbt --mem 4096 --batch ";checkPR;completeQaseRun"
19+
run: sbt --mem 6144 --batch ";checkPR;completeQaseRun"
2020
env:
2121
QASE_ENABLE: true
2222
QASE_RUN_NAME: checkPR

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ object Dependencies {
100100
akkaModule("slf4j") % Runtime
101101
)
102102

103-
private val rocksdb = "org.rocksdb" % "rocksdbjni" % "9.2.1"
103+
private val rocksdb = "org.rocksdb" % "rocksdbjni" % "9.4.0"
104104

105105
lazy val node = Def.setting(
106106
Seq(

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.0
1+
sbt.version=1.10.1

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git.baseVersion := "1.5.6"
1+
git.baseVersion := "1.5.7"

0 commit comments

Comments
 (0)