File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323Add ` sbt-imagej ` as a dependency in ` project/imagej.sbt ` :
2424
2525``` scala
26- addSbtPlugin(" net.sf.ij-plugins" % " sbt-imagej" % " 2.0.0-SNAPSHOT " )
26+ addSbtPlugin(" net.sf.ij-plugins" % " sbt-imagej" % " 2.0.0" )
2727```
2828
2929To use ` sbt-imagej ` you need to enable it in your project configuration,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sbtPlugin := true
22
33name := " sbt-imagej"
44organization := " net.sf.ij-plugins"
5- version := " 2.0.0-SNAPSHOT "
5+ version := " 2.0.0"
66description := " SBT plugin that helps create runtime directory structure for ImageJ plugin development."
77homepage := Some (url(" http://github.com/jpsacha/sbt-imagej" ))
88organizationHomepage := 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.0-SNAPSHOT "
3+ version := " 2.0.0"
44
55scalaVersion := " 2.11.4"
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.0-SNAPSHOT " )
3+ addSbtPlugin(" net.sf.ij-plugins" % " sbt-imagej" % " 2.0.0" )
You can’t perform that action at this time.
0 commit comments