Skip to content

Commit d5c8a50

Browse files
committed
Update "logback-classic" to "1.2.9"
1 parent c92875b commit d5c8a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

notes/0.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1212
To post questions please use [Project Discussions][Discussions] or [ScalaFX Users Group][scalafx-users]

0 commit comments

Comments
 (0)