Skip to content

Commit

Permalink
Merge pull request #102 from typelevel/update/sbt-typelevel-0.6.0
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.6.0
  • Loading branch information
armanbilge authored Oct 18, 2023
2 parents 3b79711 + 2981500 commit 3c45eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.0")
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8")
6 changes: 3 additions & 3 deletions src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8")

0 comments on commit 3c45eaa

Please sign in to comment.