Skip to content

Commit

Permalink
Merge pull request #598 from typelevel/update/sbt-crossproject-1.3.2
Browse files Browse the repository at this point in the history
Update sbt-crossproject, ... to 1.3.2
  • Loading branch information
armanbilge authored Jul 7, 2023
2 parents 2c7e552 + d627b16 commit 80608af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
2 changes: 1 addition & 1 deletion mergify/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2")
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.github.sbt" % "sbt-git" % "2.0.0")
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2")

0 comments on commit 80608af

Please sign in to comment.