diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-28 14:43:10 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-28 14:43:10 +0100 |
| commit | d2dee130c0eb57f9dda81568c9dec67e1c4c09d4 (patch) | |
| tree | 5089ca52056164bb536f70ed7e559917b16a2e31 /build.sbt | |
| parent | 4d371f53e80231c83af6afcc20dc5c9390cfeb8c (diff) | |
feature: removed the tui idea, wasnt working
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |
