Skip to content

Commit

Permalink
update ortools
Browse files Browse the repository at this point in the history
9.10 requires protoc version 4, which is not supported by grpc-java
  • Loading branch information
C-Otto committed Jun 7, 2024
1 parent 88ceb41 commit e580fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/meta-plugins/platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
api("io.projectreactor:reactor-core")

constraints {
api("com.google.ortools:ortools-java:9.8.3296")
api("com.google.ortools:ortools-java:9.9.3963")
api("com.google.protobuf:protobuf-gradle-plugin:0.9.4")
api("io.grpc:grpc-netty:$grpcVersion")
api("io.grpc:grpc-protobuf:$grpcVersion")
Expand Down

0 comments on commit e580fd1

Please sign in to comment.