Skip to content

Commit

Permalink
Merge pull request #223 from softwaremill/update/scalatest-3.2.14
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.14
  • Loading branch information
mergify[bot] authored Sep 29, 2022
2 parents 9fd04a1 + b79b0a9 commit 0aefd77
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 @@ -8,7 +8,7 @@ val scala2_13 = "2.13.8"
val scala2 = List(scala2_11, scala2_12, scala2_13)
val scala3 = List("3.2.0")

val scalaTestVersion = "3.2.13"
val scalaTestVersion = "3.2.14"

excludeLintKeys in Global ++= Set(ideSkipProject)

Expand Down

0 comments on commit 0aefd77

Please sign in to comment.