Skip to content

Commit 0fdd8c5

Browse files
Merge pull request #783 from typelevel/update/sbt-protoc-1.0.8
Update sbt-protoc to 1.0.8
2 parents 0857cf4 + c1f46e4 commit 0fdd8c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Dependencies {
1111
val catsEffect = "3.6.1"
1212
val ceMunit = "2.1.0"
1313

14-
val sbtProtoc = "1.0.7"
14+
val sbtProtoc = "1.0.8"
1515

1616
}
1717

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
55

66
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
77

8-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") // Because sbt-protoc-gen-project brings in 1.0.4
8+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") // Because sbt-protoc-gen-project brings in 1.0.4
99
addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8")
1010
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"

0 commit comments

Comments
 (0)