Skip to content

Commit

Permalink
Fixing build with new simplefx version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Dec 3, 2023
1 parent 862a3db commit 506f54f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
JPRO_PLATFORM_VERSION = 0.2.7-SNAPSHOT
JPRO_VERSION = 2023.3.1
JAVAFX_VERSION = 17.0.9
SIMPLEFX_VERSION = 3.2.26
SIMPLEFX_VERSION = 3.2.27
JMEMORYBUDDY_VERSION = 0.5.1
JNODES_VERSION = 0.8.1
SCALA_LIBRARY_VERSION = 2.12.10
JAVAFX_PLUGIN_VERSION = 0.0.14
OSDETECTOR_PLUGIN_VERSION = 1.7.3
SCENIC_VIEW_VERSION = 11.0.3-SNAPSHOT-FORK
Expand Down
1 change: 0 additions & 1 deletion jpro-routing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ configure([project(':jpro-routing:core'), project(':jpro-routing:dev'), project(
api "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
api "SANDEC:jnodes:$JNODES_VERSION"
api "de.sandec:JMemoryBuddy:$JMEMORYBUDDY_VERSION"
api "org.scala-lang:scala-library:$SCALA_LIBRARY_VERSION"
api "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
testImplementation "org.junit.jupiter:junit-jupiter-api:$JUNIT_VERSION"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$JUNIT_VERSION"
Expand Down

0 comments on commit 506f54f

Please sign in to comment.