We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6697d91 commit 4ee5768Copy full SHA for 4ee5768
1 file changed
build.sbt
@@ -8,7 +8,9 @@ import scala.util.control.NoStackTrace
8
9
lazy val V =
10
new {
11
- val protobuf = "3.21.4"
+ val protobuf = "3.15.6"
12
+ val protoc =
13
+ "3.17.3" // the oldest protoc version with Apple M1 support, see https://github.com/scalapb/ScalaPB/issues/1024#issuecomment-860126568
14
val coursier = "2.0.8"
15
val bsp = "2.0.0-M13"
16
val moped = "0.1.10"
@@ -38,7 +40,7 @@ inThisBuild(
38
40
organization := "com.sourcegraph",
39
41
homepage := Some(url("https://github.com/sourcegraph/scip-java")),
42
dynverSeparator := "-",
- PB.protocVersion := V.protobuf,
43
+ PB.protocVersion := V.protoc,
44
licenses :=
45
List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
46
developers :=
0 commit comments