We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e46ce commit 08db3feCopy full SHA for 08db3fe
project/Dependencies.scala
@@ -48,7 +48,7 @@ object Dependencies {
48
49
val rocksDb = Seq(
50
// use "5.18.3" for older macOS
51
- "org.rocksdb" % "rocksdbjni" % "6.11.4"
+ "org.rocksdb" % "rocksdbjni" % "6.15.2"
52
)
53
54
val enumeratum: Seq[ModuleID] = Seq(
@@ -137,7 +137,7 @@ object Dependencies {
137
"com.google.code.findbugs" % "jsr305" % "3.0.2" % Optional,
138
provider % "micrometer-core" % version,
139
provider % "micrometer-registry-jmx" % version,
140
- provider % "micrometer-registry-prometheus" % version,
+ provider % "micrometer-registry-prometheus" % version
141
142
}
143
0 commit comments