Skip to content

Commit

Permalink
Merge pull request #1339 from scala-steward/update/sbt-protobuf-0.7.3
Browse files Browse the repository at this point in the history
Update sbt-protobuf to 0.7.3
  • Loading branch information
eed3si9n authored Mar 7, 2024
2 parents 2db0a63 + f264d3f commit 3f6b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.2")
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.3")
libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4"
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
Expand Down

0 comments on commit 3f6b3cc

Please sign in to comment.