Skip to content

Commit 83fa3e7

Browse files
Update scalatest to 3.2.20 (#872)
## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.19` to `3.2.20` 📜 [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.20) - [Version Diff](scalatest/scalatest@release-3.2.19...release-3.2.20) ## 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/9be2b4ed3af8e60b14b9f448bf9b75ccb4f618b0/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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalatest", "artifactId" : { "name" : "scalatest", "maybeCrossName" : "scalatest_2.13" }, "version" : "3.2.19", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalatest", "artifactId" : { "name" : "scalatest", "maybeCrossName" : "scalatest_2.13" }, "version" : "3.2.19", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalatest", "artifactId" : { "name" : "scalatest", "maybeCrossName" : "scalatest_3" }, "version" : "3.2.19", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalatest", "artifactId" : { "name" : "scalatest", "maybeCrossName" : "scalatest_3" }, "version" : "3.2.19", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "3.2.20" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
1 parent a7cda89 commit 83fa3e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.*
22

33
object Dependencies {
4-
val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
4+
val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.20"
55
val ScalaJava8Compat = "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
66
val KindProjector = "org.typelevel" % "kind-projector" % "0.13.4"
77
val CassandraDriver = "com.datastax.cassandra" % "cassandra-driver-core" % "3.11.5"

0 commit comments

Comments
 (0)