Skip to content

Commit

Permalink
Merge pull request #298 from softwaremill/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 8, 2023
2 parents e5652c4 + 0cfc4c6 commit 1c6214b
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 @@ -7,7 +7,7 @@ val scala2_13 = "2.13.11"
val scala2 = List(scala2_12, scala2_13)
val scala3 = List("3.3.1")

val scalaTestVersion = "3.2.16"
val scalaTestVersion = "3.2.17"

excludeLintKeys in Global ++= Set(ideSkipProject)

Expand Down

0 comments on commit 1c6214b

Please sign in to comment.