Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-compiler-2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 19, 2025
2 parents 3e8cbf5 + aab5caa commit bbedce5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val ScalapbVersion = sys.env.getOrElse("SCALAPB", "0.10.0-SNAPSHOT")

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

addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.27")

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")

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

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.1"
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import Keys._

object Dependencies {
object versions {
val grpc = "1.68.2"
val grpc = "1.68.3"
val protobuf = "4.28.2"
val silencer = "1.7.19"
val collectionCompat = "2.12.0"
val coursier = "2.1.23"
val coursier = "2.1.24"
val protocGen = "0.9.8"
val protobufRuntimeScala = "0.8.16"
val commonsCodec = "1.17.1"
val commonsCodec = "1.17.2"

// For testing
val annotationApi = "1.3.2"
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.18.1")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

Expand All @@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

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

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

Expand Down

0 comments on commit bbedce5

Please sign in to comment.