Skip to content

Commit

Permalink
Merge pull request #322 from scala-steward/update/scalatest-3.2.14
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.14
  • Loading branch information
bjaglin authored Oct 15, 2022
2 parents 6604585 + b7e1d36 commit 64d7c53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resolvers += Resolver.sonatypeRepo("public")
libraryDependencies ++= Dependencies.all
libraryDependencies ++= List(
"com.lihaoyi" %% "fansi" % "0.4.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.13" % Test
"org.scalatest" %% "scalatest" % "3.2.14" % Test
)

scalaVersion := "2.12.16"
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/basic/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inThisBuild(
"org.scalameta" %% "testkit" % "4.3.10" % Test,
"org.scalameta" %% "munit" % "0.7.9" % Test,
"org.scalacheck" %% "scalacheck" % "1.13.5" % Test,
"org.scalatest" %% "scalatest" % "3.2.13" % Test
"org.scalatest" %% "scalatest" % "3.2.14" % Test
),
scalafixDependencies := List(
// Custom rule published to Maven Central https://github.com/scalacenter/example-scalafix-rule
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/inconfig/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inThisBuild(
"org.scalameta" %% "testkit" % "4.3.10" % Test,
"org.scalameta" %% "munit" % "0.7.9" % Test,
"org.scalacheck" %% "scalacheck" % "1.13.5" % Test,
"org.scalatest" %% "scalatest" % "3.2.13" % Test
"org.scalatest" %% "scalatest" % "3.2.14" % Test
),
scalafixDependencies := List(
// Custom rule published to Maven Central https://github.com/scalacenter/example-scalafix-rule
Expand Down

0 comments on commit 64d7c53

Please sign in to comment.