Skip to content

Commit

Permalink
Merge pull request #699 from typelevel/update/sbt-protoc-1.0.7
Browse files Browse the repository at this point in the history
Update sbt-protoc to 1.0.7
  • Loading branch information
ahjohannessen authored Jan 21, 2024
2 parents c3bd206 + e07d341 commit 55ab078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val catsEffect = "3.5.3"
val ceMunit = "1.0.7"

val sbtProtoc = "1.0.6"
val sbtProtoc = "1.0.7"

}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")

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

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") // Because sbt-protoc-gen-project brings in 1.0.4
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") // Because sbt-protoc-gen-project brings in 1.0.4
addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8")
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"

0 comments on commit 55ab078

Please sign in to comment.