Skip to content

Commit 99fffb1

Browse files
Update logback-classic to 1.5.23
1 parent 6d604e7 commit 99fffb1

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

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

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)