Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Mar 14, 2024
1 parent 24cc0cc commit 305a866
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions plugins/protocolbuffers/java/v26.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ license_url: https://github.com/protocolbuffers/protobuf/blob/v26.0/LICENSE
registry:
maven:
deps:
- com.google.protobuf:protobuf-java:3.26.0
- com.google.protobuf:protobuf-java:4.26.0
additional_runtimes:
- name: lite
deps:
- com.google.protobuf:protobuf-javalite:3.26.0
- build.buf:protobuf-javalite:3.26.0
- com.google.protobuf:protobuf-javalite:4.26.0
- build.buf:protobuf-javalite:4.26.0
opts: [lite]
4 changes: 2 additions & 2 deletions plugins/protocolbuffers/kotlin/v26.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ registry:
kotlin:
version: 1.8.22
deps:
- com.google.protobuf:protobuf-kotlin:3.26.0
- com.google.protobuf:protobuf-kotlin:4.26.0
- org.jetbrains.kotlin:kotlin-stdlib:1.8.22
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22
additional_runtimes:
- name: lite
deps:
- com.google.protobuf:protobuf-kotlin-lite:3.26.0
- com.google.protobuf:protobuf-kotlin-lite:4.26.0
- org.jetbrains.kotlin:kotlin-stdlib:1.8.22
opts: [lite]
2 changes: 1 addition & 1 deletion plugins/protocolbuffers/pyi/v26.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license_url: https://github.com/protocolbuffers/protobuf/blob/v26.0/LICENSE
registry:
python:
package_type: "stub-only"
# https://github.com/protocolbuffers/protobuf/blob/v26.0/python/setup.py#L434
# https://github.com/protocolbuffers/protobuf/blob/v26.0/python/dist/setup.py#L78
requires_python: ">=3.8"
deps:
# https://pypi.org/project/protobuf/
Expand Down
2 changes: 1 addition & 1 deletion plugins/protocolbuffers/python/v26.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license_url: https://github.com/protocolbuffers/protobuf/blob/v26.0/LICENSE
registry:
python:
package_type: "runtime"
# https://github.com/protocolbuffers/protobuf/blob/v26.0/python/setup.py#L434
# https://github.com/protocolbuffers/protobuf/blob/v26.0/python/dist/setup.py#L78
requires_python: ">=3.8"
deps:
# https://pypi.org/project/protobuf/
Expand Down

0 comments on commit 305a866

Please sign in to comment.