Skip to content

Commit b3f3c1f

Browse files
Update scalatest to 3.2.18 (mpollmeier#139)
## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.15` to `3.2.18` 📜 [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.18) - [Version Diff](scalatest/scalatest@release-3.2.15...release-3.2.18) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/25aac017f22e5c69e4c03f1bc2304460b0fe8d59/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalatest", artifactId = "scalatest" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatest", artifactId = "scalatest" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup>
1 parent 9a96833 commit b3f3c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ThisBuild / organization := "com.michaelpollmeier"
55
ThisBuild / scalaVersion := "3.4.2"
66

77
lazy val ScalaCollectionCompatVersion = "2.11.0"
8-
lazy val ScalaTestVersion = "3.2.15"
8+
lazy val ScalaTestVersion = "3.2.18"
99

1010
lazy val shadedLibs = project.in(file("shaded-libs"))
1111
.settings(

0 commit comments

Comments
 (0)