diff --git a/README.md b/README.md index 4c89bef..6ec93d1 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ The main features are: ## Dependencies Dependencies are minimal to try to keep things simple. They are: -* JavaFX -* SLF4J-API -* ControlsFX *(optional)* +* Java 17 +* JavaFX 17 +* SLF4J-API 2.0.0 +* ControlsFX 11.1.2 *(optional)* ## License diff --git a/settings.gradle b/settings.gradle index 2713ec2..d6b5342 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1 @@ -rootProject.name = 'qupath-fx' - -gradle.ext.qupathVersion = "0.4.3" \ No newline at end of file +rootProject.name = 'qupath-fxtras' \ No newline at end of file