We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45d057 commit 19f89c1Copy full SHA for 19f89c1
README.md
@@ -20,7 +20,7 @@ For sbt 0.12 and 0.13 add `sbt-imagej` as a dependency in `project/imagej.sbt`:
20
```scala
21
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
22
23
-addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "0.1.0-SNAPSHOT")
+addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "1.0.0")
24
```
25
26
Usage
0 commit comments