We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e03808 + fa17650 commit 31b6beeCopy full SHA for 31b6bee
1 file changed
build.sbt
@@ -1,6 +1,7 @@
1
-name := "ijp-toolkit"
2
-organization := "net.sf.ij-plugins"
3
-version := "2.3.1.1-SNAPSHOT"
+name := "ijp-toolkit"
+organization := "net.sf.ij-plugins"
+organizationName := "IJ-Plugins"
4
+version := "2.3.2"
5
6
homepage := Some(url("https://github.com/ij-plugins/ijp-toolkit"))
7
startYear := Some(2002)
@@ -17,6 +18,13 @@ description := "<html>" +
17
18
" <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li>" +
19
"</ul>" +
20
"</html>"
21
+organizationHomepage := Some(url("https://github.com/ij-plugins"))
22
+ThisBuild / scmInfo := Option(
23
+ ScmInfo(
24
+ url("https://github.com/ij-plugins/ijp-toolkit"),
25
+ "scm:git@github.com:ij-plugins/ijp-toolkit.git"
26
+ )
27
+)
28
29
scalaVersion := "3.3.7"
30
0 commit comments