Skip to content

Commit

Permalink
Use latest version of protoc
Browse files Browse the repository at this point in the history
* versions from 3.17.3 upwards support the Mac M1 architecture (osx-aarch_64), and allow native usage of sbt on a Mac M1, see protocolbuffers/protobuf#8557
  • Loading branch information
anthonydahanne committed Oct 18, 2021
1 parent cc97298 commit d150082
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.18.1",
PB.deleteTargetDirectory := true,
PB.cacheArtifactResolution := true,
PB.cacheClassLoaders := true,
Expand Down

0 comments on commit d150082

Please sign in to comment.