Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 10, 2024
1 parent 42cdd91 commit 5eb89d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions plugin-tester-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
<artifactId>pekko-http-cors_2.12</artifactId>
<version>${pekko.http.version}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.28.2</version>
</dependency>

<dependency>
<groupId>org.apache.pekko</groupId>
Expand Down
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ object Dependencies {
Compile.grpcStub,
Test.scalaTest,
Test.scalaTestPlusJunit,
Protobuf.protobufJava,
Protobuf.googleCommonProtos)
}

0 comments on commit 5eb89d7

Please sign in to comment.