Skip to content

Commit

Permalink
Add SCM info to build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff May committed Oct 13, 2022
1 parent 56dca6b commit 31ce4c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Expand Up @@ -3,7 +3,9 @@ import Dependencies._
name := "vapors-root"
ThisBuild / organization := "com.rallyhealth"
ThisBuild / organizationName := "Rally Health"

ThisBuild / scmInfo := Some(
ScmInfo(url("https://github.com/jeffmay/vapors"), "scm:git:git@github.com:jeffmay/vapors.git")
)
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := Dependencies.Scala_2_13
ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
Expand Down

0 comments on commit 31ce4c0

Please sign in to comment.