Skip to content

Commit

Permalink
Merge pull request #2106 from scalacenter/update/sbt-scalajs-crosspro…
Browse files Browse the repository at this point in the history
…ject-1.3.2

build(deps): Update sbt-scalajs-crossproject from 1.3.1 to 1.3.2
  • Loading branch information
ckipp01 authored Jul 7, 2023
2 parents b870185 + 837551a commit 71b0409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.1")

val pluginVersion = sys.props.getOrElse(
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0")
Expand Down

0 comments on commit 71b0409

Please sign in to comment.