torque/build.sbt
nasr 5c90505fe7 chore: file refactor, imported zio
next steps are running the threads multithreaded  and measuring for
errors
2025-11-26 23:11:25 +01:00

7 lines
184 B
Scala

scalaVersion := "3.7.4"
version := "1.0"
name := "torque"
libraryDependencies += "dev.zio" %% "zio" % "2.1.22"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test