summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 1 insertions, 5 deletions
diff --git a/build.sbt b/build.sbt
index 0cf1a1b..dec7ef8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,10 +9,6 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
// % ipv %% omdat het een java library is ipv scala
// resources dependency
libraryDependencies += "com.github.oshi" % "oshi-core" % "6.8.3"
+
// http dependency
libraryDependencies += "dev.zio" %% "zio-http" % "3.3.3"
-// libraryDependencies += "com.olvind.tui" %% "tui" % "0.7.0"
-// libraryDependencies += "com.lihaoyi" %% "crossterm" % "0.7.0"
-// libraryDependencies += "org.scalanlp" %% "breeze" % "2.1.0"
-// tui dependency
-libraryDependencies += "com.olvind.tui" %% "cassowary" % "0.0.7"