summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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"