sbt-plugin/src/sbt-test/gen-java/01-gen-basic-java/build.sbt (5 lines of code) (raw):

/* * Licensed to the Apache Software Foundation (ASF) under one or more * license agreements; and to You under the Apache License, version 2.0: * * https://www.apache.org/licenses/LICENSE-2.0 * * This file is part of the Apache Pekko project, which was derived from Akka. */ // Can be removed when we move to 2.12.14 // https://github.com/akka/akka-grpc/pull/1279 scalaVersion := "2.12.18" enablePlugins(PekkoGrpcPlugin) javacOptions += "-Xdoclint:all" pekkoGrpcGeneratedLanguages := Seq(PekkoGrpc.Java) libraryDependencies += "com.google.protobuf" % "protobuf-java" % org.apache.pekko.grpc.gen.BuildInfo.googleProtobufJavaVersion % "protobuf"