Skip to content

Commit

Permalink
Update protoc-jar to 3.10.1 (akka#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Lukáš Klim committed Jan 28, 2020
1 parent 48075e8 commit 8e7b52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -48,7 +48,7 @@ object Dependencies {
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.29"
val mavenPluginApi = "org.apache.maven" % "maven-plugin-api" % Versions.maven // Apache v2
val mavenCore = "org.apache.maven" % "maven-core" % Versions.maven // Apache v2
val protocJar = "com.github.os72" % "protoc-jar" % "3.8.0"
val protocJar = "com.github.os72" % "protoc-jar" % "3.10.1"

val plexusBuildApi = "org.sonatype.plexus" % "plexus-build-api" % "0.0.7" % "optional" // Apache v2
}
Expand Down

0 comments on commit 8e7b52f

Please sign in to comment.