Skip to content

Commit

Permalink
use custom plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Sep 27, 2024
1 parent a4bc5da commit b77855e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 43 deletions.
43 changes: 0 additions & 43 deletions project/VersioningPlugin.scala

This file was deleted.

11 changes: 11 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

credentials += Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
"raw-labs",
sys.env.getOrElse("GITHUB_TOKEN", "")
)

resolvers += "GitHub Packages" at "https://maven.pkg.github.com/raw-labs/sbt-versioner"

addSbtPlugin("com.raw-labs" % "sbt-versioner" % "0.1.0")

0 comments on commit b77855e

Please sign in to comment.