Skip to content

Commit

Permalink
Update oshi core version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimunKaracic committed Nov 24, 2020
1 parent e70a36f commit e6fc765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object BaseProject extends AutoPlugin {
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.10"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "3.14.7"
val okHttpMockServer = "com.squareup.okhttp3" % "mockwebserver" % "3.10.0"
val oshiCore = "com.github.oshi" % "oshi-core" % "5.3.4"
val oshiCore = "com.github.oshi" % "oshi-core" % "5.3.6"


val kanelaAgentVersion = settingKey[String]("Kanela Agent version")
Expand Down

0 comments on commit e6fc765

Please sign in to comment.