Skip to content

Commit

Permalink
Merge pull request #102 from gemini-hlsw/update/logback-classic-1.5.10
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.10
  • Loading branch information
mergify[bot] authored Oct 12, 2024
2 parents f7660e2 + d3521df commit 2f129ae
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.4.14" % Test
"ch.qos.logback" % "logback-classic" % "1.5.10" % Test
),
Test / fork := true
)

0 comments on commit 2f129ae

Please sign in to comment.