summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-11-28 14:43:10 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-11-28 14:43:10 +0100
commitd2dee130c0eb57f9dda81568c9dec67e1c4c09d4 (patch)
tree5089ca52056164bb536f70ed7e559917b16a2e31 /build.sbt
parent4d371f53e80231c83af6afcc20dc5c9390cfeb8c (diff)
feature: removed the tui idea, wasnt working
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"