Skip to content

Commit

Permalink
Fix depracation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmiller422 committed Dec 27, 2024
1 parent 36db19b commit 9d4f55a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import com.google.protobuf.Descriptors._
import protocbridge.Artifact
import protocgen.{CodeGenApp, CodeGenResponse, CodeGenRequest}
import scalapb.compiler.{DescriptorImplicits, FunctionalPrinter, ProtobufGenerator}
import scalapb.options.compiler.Scalapb
import scala.collection.JavaConverters._
import scalapb.options.Scalapb
import scala.jdk.CollectionConverters._


object CodeGenerator extends CodeGenApp {
override def registerExtensions(registry: ExtensionRegistry): Unit = {
Expand Down

0 comments on commit 9d4f55a

Please sign in to comment.