Skip to content

Commit

Permalink
Add ci-release and sbt-pgp back
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Aug 7, 2024
1 parent 619257a commit 050bd7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
enablePlugins(GitVersioning)
Compile / scalafmtOnCompile:= true

organization := "com.github.mrpowers"
Expand Down
6 changes: 5 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resolvers += Resolver.typesafeRepo("releases")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

0 comments on commit 050bd7b

Please sign in to comment.