diff options
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |
