Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compilerplugin, scalapb-runtime, ... to 0.11.17 #2907

Merged
merged 17 commits into from
Aug 19, 2024
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
13faf29
Update compilerplugin, scalapb-runtime, ... to 0.11.17
scala-steward Jun 4, 2024
0c14751
Merge branch 'main' into update/compilerplugin-0.11.17
konnov Aug 15, 2024
a15d07d
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 15, 2024
30a8644
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 15, 2024
729255f
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 15, 2024
32d894d
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 15, 2024
3dcd22e
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 16, 2024
95d82b1
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 16, 2024
94e58af
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 16, 2024
2def24c
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 17, 2024
d5e0fde
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 17, 2024
af0212a
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 17, 2024
d3caf09
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 17, 2024
a0596df
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 19, 2024
155e2dd
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 19, 2024
b1e31f1
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 19, 2024
2788cde
Merge branch 'main' into update/compilerplugin-0.11.17
coffeeinprogress Aug 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
val zioGrpcVersion = "0.5.3"
libraryDependencies ++= Seq(
"com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % zioGrpcVersion,
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.15",
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.17",
)

// Add the locally defined plugins
Expand Down
Loading