Skip to content

Commit

Permalink
Merge pull request #5 from petebankhead/main
Browse files Browse the repository at this point in the history
Update to v0.3.0
  • Loading branch information
petebankhead authored Sep 2, 2021
2 parents f72552e + 7aae8cf commit ab872e6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,27 @@ plugins {
}

repositories {
// mavenLocal()
mavenCentral()

maven {
url "https://maven.scijava.org/content/repositories/releases"
}

maven {
url "https://maven.scijava.org/content/repositories/snapshots"
}

}

ext.moduleName = 'qupath.extension.align'

description = 'QuPath extension for interactive image alignment'

version = "0.3.0-rc2"
version = "0.3.0"

dependencies {
shadow "io.github.qupath:qupath-gui-fx:0.3.0-rc2"
shadow "io.github.qupath:qupath-gui-fx:0.3.0"
shadow "org.slf4j:slf4j-api:1.7.30"
}

Expand Down

0 comments on commit ab872e6

Please sign in to comment.