Skip to content

Commit

Permalink
Update sbt-tpolecat to 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored Oct 9, 2020
1 parent b330e12 commit b0e8dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ TaskKey[Unit]("check", "Checks c depends on a & b using `allModules`") := {
ClasspathDependency(LocalProject("b"), None)
)

assert(c.dependencies == expected, s"Found: ${c.dependencies}\nExpected: $expected")
assert(c.dependencies.toSet == expected.toSet, s"Found: ${c.dependencies}\nExpected: $expected")
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.4.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.4.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.9")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

0 comments on commit b0e8dc7

Please sign in to comment.