Skip to content

Commit e723d54

Browse files
committed
add missing sbt plugin for publishing
1 parent 2758e9e commit e723d54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
55
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
66

77
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
8+
9+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 commit comments

Comments
 (0)