Skip to content

Commit

Permalink
Update logback-classic to 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuma-steward[bot] committed Oct 26, 2024
1 parent 73a8cef commit 74c2963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy val giapi = project
"org.typelevel" %%% "discipline-munit" % "2.0.0" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"edu.gemini.aspen.gmp" % "gmp-statusdb" % "0.3.7" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.11" % Test
"ch.qos.logback" % "logback-classic" % "1.5.12" % Test
),
Test / fork := true
)

0 comments on commit 74c2963

Please sign in to comment.