From 4bc5fa139d712b55d28b3c9c52c8ffda50116bd3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Mar 2026 18:15:51 +0000 Subject: [PATCH] Update oshi-core to 6.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e64d5a..ecfc73b 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.9.3" +lazy val osHardwareInformation = "com.github.oshi" % "oshi-core" % "6.10.0" lazy val root = project .in(file("."))