summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 9141d37..8495493 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,6 @@
scalaVersion := "3.7.4"
version := "1.0"
name := "torque"
-organization := "com.nsrddyn"
libraryDependencies += "dev.zio" %% "zio" % "2.1.22"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test