File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sbtPlugin := true
33
44name := " sbt-imagej"
55organization := " net.sf.ij-plugins"
6- version := " 2.0.1-SNAPSHOT "
6+ version := " 2.0.1"
77description := " SBT plugin that helps create runtime directory structure for ImageJ plugin development."
88homepage := Some (url(" http://github.com/jpsacha/sbt-imagej" ))
99organizationHomepage := Some (url(" http://ij-plugins.sf.net" ))
Original file line number Diff line number Diff line change 11name := " sbt-imagej-example"
22organization := " ij-plugins.sf.net"
3- version := " 2.0.1-SNAPSHOT "
3+ version := " 2.0.1"
44
55scalaVersion := " 2.12.3"
66
Original file line number Diff line number Diff line change 11resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots"
22
3- addSbtPlugin(" net.sf.ij-plugins" % " sbt-imagej" % " 2.0.1-SNAPSHOT " )
3+ addSbtPlugin(" net.sf.ij-plugins" % " sbt-imagej" % " 2.0.1" )
Original file line number Diff line number Diff line change 1+ * Update code for compatibility with SBT 1.0.
You can’t perform that action at this time.
0 commit comments