Skip to content

Commit

Permalink
Merge pull request #62 from scala-steward/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
mergify[bot] authored Sep 7, 2023
2 parents 9ae39e8 + 7c52ea7 commit f04941a
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.9",
"com.h2database" % "h2" % "2.2.222",
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)

scalacOptions += "-deprecation"
Expand Down

0 comments on commit f04941a

Please sign in to comment.