Skip to content

Commit

Permalink
refactor(build): generic raw-labs GHCR resolver (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori authored Oct 8, 2024
1 parent bc48a5b commit 30ec9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ lazy val commonSettings = Seq(
// Use cached resolution of dependencies
// http://www.scala-sbt.org/0.13/docs/Cached-Resolution.html
updateOptions := updateOptions.in(Global).value.withCachedResolution(true),
resolvers ++= Seq(Resolver.mavenLocal),
resolvers += "GHR snapi repo" at "https://maven.pkg.github.com/raw-labs/snapi",
resolvers += "GHR protocol-das repo" at "https://maven.pkg.github.com/raw-labs/protocol-das",
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
resolvers ++= Resolver.sonatypeOssRepos("releases")
resolvers += "RAW Labs GitHub Packages" at "https://maven.pkg.github.com/raw-labs/_"
)

lazy val buildSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ credentials += Credentials(
sys.env.getOrElse("GITHUB_TOKEN", "")
)

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

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

0 comments on commit 30ec9a7

Please sign in to comment.