summaryrefslogtreecommitdiff
path: root/build.sbt
blob: 0cf1a1b10304afb6dd5371d94139b1fe97790728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
scalaVersion := "3.7.4"
version := "1.0"
name := "torque"

// multi threading dependency
libraryDependencies += "dev.zio" %% "zio" % "2.1.22"
// testing dependency
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"