Skip to content

Commit

Permalink
Merge pull request #101 from armanbilge/topic/real-snapshots
Browse files Browse the repository at this point in the history
Switch to bootleg sbt-spiewak
  • Loading branch information
armanbilge authored Dec 13, 2021
2 parents e8bf472 + ad2c77a commit 9ba45fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
rm targets.tar
- name: Import signing key
if: github.ref_type == 'tag'
run: echo $PGP_SECRET | base64 -d | gpg --import

- run: sbt ++${{ matrix.scala }} release
5 changes: 4 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.23.0")
resolvers +=
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"

addSbtPlugin("io.vasilev" % "sbt-spiewak-sonatype" % "0.23-11-6c79539-SNAPSHOT")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
Expand Down

0 comments on commit 9ba45fe

Please sign in to comment.