Skip to content

Commit

Permalink
Merge pull request #32 from scala-steward/update/scribe-slf4j-3.8.1
Browse files Browse the repository at this point in the history
Update scribe-slf4j to 3.8.1
  • Loading branch information
calvinlfer committed Mar 2, 2022
2 parents 16884bb + d7e69d0 commit fcb8d24
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 @@ -28,7 +28,7 @@ lazy val root =
zio %% "zio-test" % zioV % Test,
zio %% "zio-test-sbt" % zioV % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.40.2" % Test,
"com.outr" %% "scribe-slf4j" % "3.8.0" % Test
"com.outr" %% "scribe-slf4j" % "3.8.1" % Test
)
},
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
Expand Down

0 comments on commit fcb8d24

Please sign in to comment.