Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 9, 2024
2 parents dca7a09 + 489f3f8 commit 4ce69f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ lazy val e2e = projectMatrix
libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1",
"org.typelevel" %% "cats-core" % "2.12.0",
"io.undertow" % "undertow-core" % "2.3.17.Final",
"io.undertow" % "undertow-core" % "2.3.18.Final",
"eu.timepit" %% "refined" % "0.11.2",
"io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf"
),
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"

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

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

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

addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")

Expand Down

0 comments on commit 4ce69f1

Please sign in to comment.