You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ The main task is `ijRun` it packages the ImageJ plugin and helps test the plugin
16
16
The other task `ijPrepareRun` is intended for integration with IDEs, like IntelliJ IDEA and Eclipse.
17
17
See also blog post [Developing ImageJ plugins with SBT using sbt-imagej](https://codingonthestaircase.wordpress.com/2014/11/23/developing-imagej-plugins-with-sbt-using-sbt-imagej/).
18
18
19
-
`sbt-imagej` requires SBT 0.13.5 or newer.
19
+
`sbt-imagej` requires SBT 1.0 or newer.
20
20
21
21
Usage
22
22
-----
23
23
24
24
Add `sbt-imagej` as a dependency in `project/imagej.sbt`:
0 commit comments