Skip to content

Commit

Permalink
Merge pull request #540 from typelevel/update/series/0.x/scalatest-3.…
Browse files Browse the repository at this point in the history
…2.18

Update scalatest to 3.2.18 in series/0.x
  • Loading branch information
djspiewak authored Feb 7, 2024
2 parents 0c5b3a6 + 7a17a69 commit 6d64ea9
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 @@ -76,7 +76,7 @@ lazy val scalatest = project

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
"org.scalatest" %% "scalatest" % "3.2.17"),
"org.scalatest" %% "scalatest" % "3.2.18"),

mimaPreviousArtifacts := mimaPreviousArtifacts.value -- Seq(
"com.codecommit" %% name.value % "0.1.0",
Expand Down

0 comments on commit 6d64ea9

Please sign in to comment.