Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 13, 2024
2 parents 42f7aec + c33bdc7 commit be5bf3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish / skip := true

sonatypeProfileName := "com.thesamet"

def protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.1"
def protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.2"

inThisBuild(
List(
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

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

addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

Expand Down

0 comments on commit be5bf3c

Please sign in to comment.