Skip to content

Commit

Permalink
Add github packages plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DougC committed Aug 9, 2023
1 parent 09b12a5 commit 3388221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ val tapirVersion = "1.5.5"
lazy val commonSettings = Seq(
organization := "com.wellfactored",
idePackagePrefix := Some("com.wellfactored.api.northflank"),
githubTokenSource := TokenSource.Or(TokenSource.GitConfig("github.token"), TokenSource.Environment("GITHUB_TOKEN")),
githubOwner := "qmspringboard",
githubRepository := "lib-admissions",
scalaVersion := "2.13.11",
startYear := Some(2021),
scalacOptions := commonScalacOptions,
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1")
addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
addSbtPlugin("com.rallyhealth.sbt" % "sbt-git-versioning" % "1.6.0")
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")

0 comments on commit 3388221

Please sign in to comment.