From 128ccbc11bddbabd54ab28a91c59e1d99e43560b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Nov 2019 13:39:10 +0100 Subject: [PATCH] Update oshi-core to 4.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 544d79f1..ea688aa4 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val commonSettings = Seq( ) lazy val junitInterface = "com.novocode" % "junit-interface" % "0.11" % "test" -lazy val osHardwareInformation = "com.github.oshi" % "oshi-core" % "4.2.0" +lazy val osHardwareInformation = "com.github.oshi" % "oshi-core" % "4.2.1" lazy val root = project .in(file("."))