From b2724050259712d0e0a61b174a84f47f76482bb5 Mon Sep 17 00:00:00 2001 From: Julian Haas Date: Wed, 29 Nov 2023 20:52:03 +0100 Subject: [PATCH] allow local publishing --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index ae287c5..9a99814 100644 --- a/build.sbt +++ b/build.sbt @@ -3,6 +3,8 @@ val circeVersion = "0.14.4" lazy val root = (project in file(".")) .settings( name := "lore", + organization := "de.tu-darmstadt.stg", + version := "0.2-SNAPSHOT", scalaVersion := "3.3.0", libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0", libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.0",