Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scalajs-1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive authored Jan 24, 2025
2 parents 0aee4f4 + 1ef2692 commit 68c4cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.5
version = 3.8.6
runner.dialect = scala213
maxColumn = 120

Expand Down
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
Expand Down

0 comments on commit 68c4cc3

Please sign in to comment.