Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan authored May 6, 2024
1 parent b2b19bd commit 0c44155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rootProject.name = 'my-qupath-extension'
// TODO: Define the QuPath version compatible with the extension
// Note that the QuPath API isn't stable; something designed for
// 0.X.a should work with 0.X.b, but not necessarily with 0.Y.a.
gradle.ext.qupathVersion = "0.5.0"
gradle.ext.qupathVersion = "0.6.0"

dependencyResolutionManagement {

Expand Down

0 comments on commit 0c44155

Please sign in to comment.