Skip to content

Commit

Permalink
Update sbt plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoGit committed Dec 6, 2021
1 parent 51ddd15 commit 69fbfc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ target/
target-shaded/
project/sbt-launch-*.jar
.idea/
.bsp/
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.2.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")

0 comments on commit 69fbfc5

Please sign in to comment.