diff options
| author | nasr <nsrddyn@gmail.com> | 2025-11-28 00:41:59 +0100 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2025-11-28 00:41:59 +0100 |
| commit | eb6a89a1f4f9f5c10c3da312d58c72edd643fd4e (patch) | |
| tree | 1029816a73b8b343181f0458094fc300e351064a /build.sbt | |
| parent | fe6dc1d84b2feea800fa95300190a478c19e3e70 (diff) | |
feature: oshi gathering basis system information, implemented basic temperature safe handling
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" + |
