diff --git a/build.sbt b/build.sbt index 128f19e..d9bb793 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val commonSettings = Seq( ) lazy val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test" -lazy val osHardwareInformation = "com.github.oshi" % "oshi-core" % "6.6.6" +lazy val osHardwareInformation = "com.github.oshi" % "oshi-core" % "6.7.0" lazy val root = project .in(file("."))