File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ lazy val scalaFXExtrasDemos = (project in file("scalafx-extras-demos")).settings
9393 publishArtifact := false ,
9494 libraryDependencies ++= Seq (
9595 " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.4" ,
96- " ch.qos.logback" % " logback-classic" % " 1.2.8 "
96+ " ch.qos.logback" % " logback-classic" % " 1.2.9 "
9797 )
9898).dependsOn(scalaFXExtras % " compile;test->test" )
9999
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Enhancements:
66 the method with ` @FXML ` ([ Issue #14 ] )
77* Add description of the [ MVCfx Pattern] to project wiki
88* Update ScalaFX dependency to 17.0.1-R26
9- * Update "logback-classic" to 1.2.8
9+ * Update "logback-classic" to 1.2.9
1010* Scala 3 code in demos is using the new Scala 3 syntax
1111
1212To post questions please use [ Project Discussions] [ Discussions ] or [ ScalaFX Users Group] [ scalafx-users ]
You can’t perform that action at this time.
0 commit comments