Update sbt-osgi to 0.9.9 (#534)

This commit is contained in:
xerial-bot 2023-11-02 14:12:16 -07:00 committed by GitHub
parent 5cce531e2d
commit b5f3246597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.8")
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.9")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")