Skip to content

Commit 3b697e1

Browse files
committed
Version updates
1 parent b396baa commit 3b697e1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy val commonProtos10 = commonProtos.scalapb10
1919
lazy val commonProtos11 = commonProtos.scalapb11
2020

2121
val cloudPubSub = ProtosProject(
22-
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.90.7",
22+
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.92.3",
2323
grpc = true,
2424
buildNumber = 0
2525
).dependsOn(commonProtos)

project/BuildHelpers.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ final case class ProtosProject(
8282
)
8383

8484
val scalapb11: Project =
85-
protoProject("0.11.0-M3").dependsOn(
85+
protoProject("0.11.0-M4").dependsOn(
8686
dependencies.map(d => ClasspathDependency(d.scalapb11, None)): _*
8787
)
8888

@@ -92,9 +92,9 @@ final case class ProtosProject(
9292

9393
object ProtosProject {
9494
val Scala211 = "2.11.12"
95-
val Scala212 = "2.12.10"
96-
val Scala213 = "2.13.2"
97-
val Scala3 = "0.27.0-RC1"
95+
val Scala212 = "2.12.13"
96+
val Scala213 = "2.13.4"
97+
val Scala3 = "3.0.0-M2"
9898

9999
val versionTag = settingKey[String]("Version tag to use in git")
100100

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")
22

3-
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")
3+
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
44

55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
66

7-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6")
7+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.2")

0 commit comments

Comments
 (0)