Skip to content

Commit

Permalink
Update dependency org.scalatest:scalatest to v3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent f07332a commit a2e82c8
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 @@ -3,7 +3,7 @@ import _root_.io.github.nafg.mergify.dsl._
libraryDependencies ++= List(
"org.slf4j" % "slf4j-nop" % "2.0.12",
"com.h2database" % "h2" % "2.2.224",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
"org.scalatest" %% "scalatest" % "3.2.18" % Test
)

scalacOptions += "-deprecation"
Expand Down

0 comments on commit a2e82c8

Please sign in to comment.