Skip to content

Commit

Permalink
add version, homepage and gpg plugin (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelluethi authored Mar 18, 2024
1 parent acc3c8e commit b0038f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
ThisBuild / scalaVersion := "3.3.1"
ThisBuild / version := "1.0-RC1"

lazy val root = (project in file("."))
.settings(
name := "GiNGR",
homepage := Some(url("https://github.com/unibas-gravis/GiNGR")),
organization := "ch.unibas.cs.gravis",
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
scmInfo := Some(
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit b0038f7

Please sign in to comment.