Skip to content

Commit

Permalink
bump protoc for built-in Apple M1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin committed Dec 2, 2021
1 parent 6252d37 commit 05e19bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sbtprotoc/ProtocPlugin.scala
Expand Up @@ -173,7 +173,7 @@ object ProtocPlugin extends AutoPlugin {

private[this] def protobufGlobalSettings: Seq[Def.Setting[_]] =
Seq(
PB.protocVersion := "3.15.6",
PB.protocVersion := "3.19.1",
PB.deleteTargetDirectory := true,
PB.cacheArtifactResolution := true,
PB.cacheClassLoaders := true,
Expand Down

0 comments on commit 05e19bc

Please sign in to comment.