summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-11-15 16:08:35 +0100
committerGitHub <noreply@github.com>2025-11-15 16:08:35 +0100
commit3b216640948e38d3d8a475ffd653a5d71d8ac9a1 (patch)
treeec8bd8d41f211ad54db60c8593390893a49098bf /build.sbt
parent8fd093f82ca0f6f3bfc08f42e47ede4fc86bea3b (diff)
parentbedb6d6cb730360cd8ff620d3cf2eb1abb1923e9 (diff)
Merge pull request #1 from nasrlol/chore/project-structure
setup of the project structure
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..98b9400
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,5 @@
+scalaVersion := "3.7.4"
+version := "1.0"
+name := "torque"
+organization := "com.nsrddyn"
+