Skip to content

Commit

Permalink
Update scalatest to 3.2.17 in series/0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 7, 2023
1 parent 83d5af4 commit 8f16e98
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.16"),
"org.scalatest" %% "scalatest" % "3.2.17"),

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

0 comments on commit 8f16e98

Please sign in to comment.