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.
2 parents 942e72e + 3a32b1a commit 4a173d6Copy full SHA for 4a173d6
project/Build.scala
@@ -35,7 +35,7 @@ object BaseProject extends AutoPlugin {
35
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.10"
36
val okHttp = "com.squareup.okhttp3" % "okhttp" % "3.14.7"
37
val okHttpMockServer = "com.squareup.okhttp3" % "mockwebserver" % "3.10.0"
38
- val oshiCore = "com.github.oshi" % "oshi-core" % "5.3.6"
+ val oshiCore = "com.github.oshi" % "oshi-core" % "5.7.0"
39
40
41
val kanelaAgentVersion = settingKey[String]("Kanela Agent version")
0 commit comments