Skip to content

Commit

Permalink
Merge pull request #164 from Kevin-Lee/upgrade-sbt-and-plugins
Browse files Browse the repository at this point in the history
Upgrade: sbt and plugins
  • Loading branch information
kevin-lee committed Mar 4, 2022
2 parents 88ab974 + 18ffdf7 commit 97bc060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.1
sbt.version=1.6.2
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
logLevel := sbt.Level.Warn

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.8.1")

val sbtDevOopsVersion = "2.14.0"
val sbtDevOopsVersion = "2.15.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-github" % sbtDevOopsVersion)

0 comments on commit 97bc060

Please sign in to comment.