summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-11-28 12:29:11 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-11-28 14:05:26 +0100
commit4d371f53e80231c83af6afcc20dc5c9390cfeb8c (patch)
tree940d6a4e8218039138636dfb08a0b0b737ac31da /build.sbt
parent21806a2c70479cdb5b45c88b6fe6e26dc6901abf (diff)
feature: basic implementation of tui & folder and file refactorings for resources and runners
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 4fc33a2..0cf1a1b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,5 +11,8 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
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"