File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy val commonProtos10 = commonProtos.scalapb10
19
19
lazy val commonProtos11 = commonProtos.scalapb11
20
20
21
21
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 " ,
23
23
grpc = true ,
24
24
buildNumber = 0
25
25
).dependsOn(commonProtos)
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ final case class ProtosProject(
82
82
)
83
83
84
84
val scalapb11 : Project =
85
- protoProject(" 0.11.0-M3 " ).dependsOn(
85
+ protoProject(" 0.11.0-M4 " ).dependsOn(
86
86
dependencies.map(d => ClasspathDependency (d.scalapb11, None )): _*
87
87
)
88
88
@@ -92,9 +92,9 @@ final case class ProtosProject(
92
92
93
93
object ProtosProject {
94
94
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 "
98
98
99
99
val versionTag = settingKey[String ](" Version tag to use in git" )
100
100
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.0" )
2
2
3
- addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.4 " )
3
+ addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.5 " )
4
4
5
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
6
6
7
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.6 " )
7
+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.2 " )
You can’t perform that action at this time.
0 commit comments