Skip to content

Commit 195cc99

Browse files
Update logback-classic to 1.5.23
1 parent c6e78ac commit 195cc99

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
@@ -18,7 +18,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty
1818
val Http4sVersion = "0.23.33"
1919
val CirceVersion = "0.14.15"
2020
val MunitVersion = "1.2.1"
21-
val LogbackVersion = "1.5.22"
21+
val LogbackVersion = "1.5.23"
2222
val MunitCatsEffectVersion = "2.1.0"
2323

2424
lazy val root = project

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val Http4sVersion = "0.23.33"
22
val CirceVersion = "0.14.15"
33
val MunitVersion = "1.2.1"
4-
val LogbackVersion = "1.5.22"
4+
val LogbackVersion = "1.5.23"
55
val MunitCatsEffectVersion = "2.1.0"
66

77
lazy val root = (project in file("."))

0 commit comments

Comments
 (0)