Skip to content

Commit 08db3fe

Browse files
committed
[Kaizen] Upgrade rocksdbjni version
1 parent e0e46ce commit 08db3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object Dependencies {
4848

4949
val rocksDb = Seq(
5050
// use "5.18.3" for older macOS
51-
"org.rocksdb" % "rocksdbjni" % "6.11.4"
51+
"org.rocksdb" % "rocksdbjni" % "6.15.2"
5252
)
5353

5454
val enumeratum: Seq[ModuleID] = Seq(
@@ -137,7 +137,7 @@ object Dependencies {
137137
"com.google.code.findbugs" % "jsr305" % "3.0.2" % Optional,
138138
provider % "micrometer-core" % version,
139139
provider % "micrometer-registry-jmx" % version,
140-
provider % "micrometer-registry-prometheus" % version,
140+
provider % "micrometer-registry-prometheus" % version
141141
)
142142
}
143143

0 commit comments

Comments
 (0)