From 050bd7bae14e8935b75af465bcfbd87baeea0143 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Wed, 7 Aug 2024 16:44:33 +1000 Subject: [PATCH] Add ci-release and sbt-pgp back --- build.sbt | 1 + project/plugins.sbt | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 819d849..74e141f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,3 +1,4 @@ +enablePlugins(GitVersioning) Compile / scalafmtOnCompile:= true organization := "com.github.mrpowers" diff --git a/project/plugins.sbt b/project/plugins.sbt index 52df40b..7a69f6e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") \ No newline at end of file +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") \ No newline at end of file