From 0c0e2090136a8ef9ee5fbbc50d1fa6c8579014cc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 11 Jan 2021 16:17:11 +0100 Subject: [PATCH] Update scalafx to 15.0.1-R21 (#2492) * Update scalafx to 15.0.1-R21 * Update scalafx to 15.0.1-R21 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index ad67a18966..919a906e35 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -22,7 +22,7 @@ object Deps { val nativeLoaderV = "2.3.4" val typesafeConfigV = "1.4.1" - val scalaFxV = "15.0.1-R20" + val scalaFxV = "15.0.1-R21" val javaFxV = "16-ea+6" val asyncNewScalaV = "0.10.0"