Skip to content

Commit

Permalink
allow local publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
haaase committed Nov 29, 2023
1 parent 36d4922 commit b272405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b272405

Please sign in to comment.