We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd495f commit 5909435Copy full SHA for 5909435
build.sbt
@@ -2,7 +2,7 @@ sbtPlugin := true
2
3
name := "sbt-imagej"
4
organization := "net.sf.ij-plugins"
5
-version := "2.2.0.1-SNAPSHOT"
+version := "2.2.1"
6
description := "SBT plugin that helps create runtime directory structure for ImageJ plugin development."
7
homepage := Some(url("http://github.com/jpsacha/sbt-imagej"))
8
organizationHomepage := Some(url("http://ij-plugins.sf.net"))
example/project/plugin.sbt
@@ -1,3 +1,3 @@
1
resolvers += Resolver.sonatypeCentralSnapshots
-addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.2.0.1-SNAPSHOT")
+addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.2.1")
0 commit comments