Skip to content

Commit

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

Update scalatest to 3.2.17 in series/0.x
  • Loading branch information
sh0hei authored Sep 9, 2023
2 parents 83d5af4 + 8f16e98 commit bdfed85
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 bdfed85

Please sign in to comment.