Skip to content

Commit

Permalink
Update dependencies and prepare 2021-11-06 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 7, 2021
1 parent 79c738e commit 69393ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._

// Use FIJI Scala version
ThisBuild / scalaVersion := "2.12.14"
ThisBuild / scalaVersion := "2.12.15"
//ThisBuild / scalaVersion := "2.13.6"

ThisBuild / version := "0.1.0.1-SNAPSHOT"
Expand Down
8 changes: 8 additions & 0 deletions notes/Release-2021-11-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Release 2021.11.06
=================

The main change is the new version of ijp-color plugins with new Color Calibrator. It adds support for custom color
charts, batch color calibration, and other enhancements. See details
in [ijp-color release 0.11.0 notes][ijp-color-r0-11-0].

[ijp-color-r0-11-0]: https://github.com/ij-plugins/ijp-color/releases/tag/v.0.11.0
7 changes: 3 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ import sbt._

// @formatter:off
object Dependencies {
lazy val ijpColor = "net.sf.ij-plugins" %% "ijp-color" % "0.10.2"
lazy val ijpColorUI = "net.sf.ij-plugins" %% "ijp-color-ui" % "0.10.2"
lazy val ijpColor = "net.sf.ij-plugins" %% "ijp-color" % "0.11.1"
lazy val ijpColorUI = "net.sf.ij-plugins" %% "ijp-color-ui" % "0.11.1"
lazy val ijpDebayer2sx = "net.sf.ij-plugins" %% "ijp-debayer2sx-core" % "1.3.0"
lazy val ijpDebayer2sxPlugins = "net.sf.ij-plugins" %% "ijp-debayer2sx-plugins" % "1.3.0"
lazy val ijpImageIO = "net.sf.ij-plugins" % "ijp_imageio" % "2.2.0"
lazy val ijpToolkit = "net.sf.ij-plugins" %% "ijp-toolkit" % "2.3.1"
lazy val ijpJavaCVCore = "net.sf.ij-plugins" %% "ijp-javacv-core" % "0.3.1"
lazy val imagej = "net.imagej" % "ij" % "1.53j"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"
}

0 comments on commit 69393ad

Please sign in to comment.