Skip to content

Commit

Permalink
Merge pull request #491 from typelevel/update/sbt-crossproject-1.3.1
Browse files Browse the repository at this point in the history
Update sbt-crossproject, ... to 1.3.1
  • Loading branch information
armanbilge authored Apr 22, 2023
2 parents aa717fc + 0731274 commit 27fd111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
2 changes: 1 addition & 1 deletion settings/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.1")

0 comments on commit 27fd111

Please sign in to comment.