Skip to content

Commit

Permalink
[CELEBORN-1666] Bump scala-protoc from 1.0.6 to 1.0.7
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

As title

### Why are the changes needed?

The version 1.0.6 is outdated and not available on Maven Central.

https://mvnrepository.com/artifact/com.thesamet/sbt-protoc_2.12_1.0

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Pass CI

Closes #2842 from cfmcgrady/sbt-protoc.

Authored-by: Fu Chen <[email protected]>
Signed-off-by: Fu Chen <[email protected]>
(cherry picked from commit 3b9c2f0)
Signed-off-by: Fu Chen <[email protected]>
  • Loading branch information
cfmcgrady committed Oct 24, 2024
1 parent 9012b7f commit 671073d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ object CelebornCommonSettings {
PB.protocVersion := Dependencies.protocVersion,
// set proto sources path
Compile / PB.protoSources := Seq(sourceDirectory.value / "main" / "proto"),
Compile / PB.targets := Seq(PB.gens.java -> (Compile / sourceManaged).value)
Compile / PB.targets := Seq(PB.gens.java(Dependencies.protocVersion) -> (Compile / sourceManaged).value)
)

lazy val commonUnitTestDependencies = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 comments on commit 671073d

Please sign in to comment.