File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name := "sbt-imagej"
44
55organization := " net.sf.ij-plugins"
66
7- version := " 0. 1.0-SNAPSHOT "
7+ version := " 1.0.0 "
88
99description := " SBT plugin that helps create runtime directory structure for ImageJ plugin development."
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "sbt-imagej-example"
55
66organization := " ij-plugins.sf.net"
77
8- version := " 0. 1.0-SNAPSHOT "
8+ version := " 1.0.0 "
99
1010scalaVersion := " 2.10.3"
1111
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" % " 0. 1.0-SNAPSHOT " )
3+ addSbtPlugin(" net.sf.ij-plugins" % " sbt-imagej" % " 1.0.0 " )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments