-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump SBT Native Packager to latest version (#3292)
Bump SBT Native Packager to latest version since it uses Apache 2.0 license.
- Loading branch information
1 parent
e73f155
commit 03d0c52
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") | ||
|
||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1") | ||
// for scalapb code gen | ||
addSbtPlugin("org.typelevel" % "sbt-fs2-grpc" % "2.5.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters