diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-28 12:29:11 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-28 14:05:26 +0100 |
| commit | 4d371f53e80231c83af6afcc20dc5c9390cfeb8c (patch) | |
| tree | 940d6a4e8218039138636dfb08a0b0b737ac31da /build.sbt | |
| parent | 21806a2c70479cdb5b45c88b6fe6e26dc6901abf (diff) | |
feature: basic implementation of tui & folder and file refactorings for resources and runners
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" |
