Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ lazy val docs = project
publish / skip := true,
moduleName := "zio-grpc-docs",
mdocVariables := Map(
"sbtProtocVersion" -> "1.0.6",
"grpcVersion" -> "1.50.1",
"zioGrpcVersion" -> "0.6.0-rc6",
"sbtProtocVersion" -> "1.0.7",
"grpcVersion" -> Version.grpc,
"zioGrpcVersion" -> "0.6.3",
"scalapbVersion" -> scalapb.compiler.Version.scalapbVersion
),
libraryDependencies ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
object Version {
val zio = "2.1.13"
val grpc = "1.64.0"
val zio = "2.1.17"
val grpc = "1.72.0"
}
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

Expand Down
Loading