diff --git a/build.sbt b/build.sbt index c5f2ca1..35b474c 100644 --- a/build.sbt +++ b/build.sbt @@ -74,6 +74,8 @@ val commonSettings = Seq( ), resolvers ++= Resolver.sonatypeOssRepos("snapshots"), // + exportJars := true, + // autoCompilerPlugins := true, // Fork a new JVM for 'run' and 'test:run' fork := true, diff --git a/notes/v.1.3.3.md b/notes/v.1.3.3.md new file mode 100644 index 0000000..eddc5ed --- /dev/null +++ b/notes/v.1.3.3.md @@ -0,0 +1,10 @@ +ijp-DeBayer2SX v.1.3.3 +====================== + +This a fix to the way plugins for manual installation are generated. + +* DeBayer2 plugin in binaries for manual installation does not work properly - UI never opens [#21] + +[#21]: https://github.com/ij-plugins/ijp-DeBayer2SX/issues/21 + +