From 903e4329f189f3c594588c48b5d7204c0e1a092f Mon Sep 17 00:00:00 2001 From: "He-Pin(kerr)" Date: Wed, 24 Jan 2024 12:11:48 +0800 Subject: [PATCH] chore: Update group id in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf7676..5abdd2f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In order to add sbt-osgi as a plugin, just add the below setting to the relevant ``` // Other stuff -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") +addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.11") ``` If you want to use the latest and greatest features, you can instead have sbt depend on and locally build the current source snapshot by adding the following to your plugin definition file.