Skip to content

Commit

Permalink
Merge pull request #358 from kevin-lee/bump-sbt-plugins
Browse files Browse the repository at this point in the history
Bump sbt-devoops to 3.1.0
  • Loading branch information
kevin-lee authored Jun 4, 2024
2 parents a4b3d11 + 4f4775c commit 1425787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.5")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.0")

val sbtDevOopsVersion = "3.0.0"
val sbtDevOopsVersion = "3.1.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-github" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-starter" % sbtDevOopsVersion)

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.15.0")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.16.0")

addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")

0 comments on commit 1425787

Please sign in to comment.