Skip to content

Commit

Permalink
Bump up protoc-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jan 20, 2024
1 parent 30a589a commit 9044b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [1.0.7]
* Update default protoc to 3.21.7
* For nix-os: support executing statically linked protoc (for versions >=3.23.0)

## [1.0.6]
* Update default protoc to 3.19.2.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scalaVersion := "2.12.17"
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.1")

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.6"
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.7"
)

enablePlugins(SbtPlugin)
Expand Down

0 comments on commit 9044b54

Please sign in to comment.