Skip to content
Open
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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._
import scalapb.compiler.Version._

object Dependencies {
private val scala_test = "org.scalatest" %% "scalatest" % "3.2.11"
private val scala_test = "org.scalatest" %% "scalatest" % "3.2.19"
// gRPC
private val grpc_netty = "io.grpc" % "grpc-netty" % grpcJavaVersion
private val grpc_runtime = "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapbVersion
Expand Down