Skip to content

Commit

Permalink
Merge pull request #61 from scala-steward/update/scalatest-3.2.8
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.8
  • Loading branch information
sh0hei authored and nickhudkins committed Apr 22, 2021
2 parents 7e97f18 + 4fa052f commit 789619c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
// macros
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
// testing
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
"org.scalatest" %% "scalatest" % "3.2.8" % Test,
"org.sangria-graphql" %% "sangria" % "2.1.3" % Test
)

Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
1 change: 0 additions & 1 deletion version.sbt

This file was deleted.

0 comments on commit 789619c

Please sign in to comment.