summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 8495493..f913f1f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,3 +4,6 @@ name := "torque"
libraryDependencies += "dev.zio" %% "zio" % "2.1.22"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
+// % ipv %% omdat het een java library is ipv scala
+libraryDependencies += "com.github.oshi" % "oshi-core" % "6.8.3"
+