Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: fix project name (#2239)
Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
subotic and BalduinLandolt committed Oct 12, 2022
1 parent 2eefcbc commit 5af65eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -70,7 +70,8 @@ lazy val root: Project = Project(id = "root", file("."))
git.useGitDescribe := true,
// override generated version string because docker hub rejects '+' in tags
ThisBuild / version ~= (_.replace('+', '-')),
publish / skip := true
publish / skip := true,
name := "dsp-api"
)

addCommandAlias("fmt", "; all root/scalafmtSbt root/scalafmtAll; root/scalafixAll")
Expand Down

0 comments on commit 5af65eb

Please sign in to comment.