mirror of
https://github.com/nasrlol/torque.git
synced 2025-11-27 23:09:21 +01:00
7 lines
184 B
Scala
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
|