Skip to content

Commit

Permalink
Merge pull request #170 from FabioPinheiro/feature/scalafmt
Browse files Browse the repository at this point in the history
scalafmt
  • Loading branch information
FabioPinheiro authored Nov 26, 2023
2 parents b48a4b0 + 7cf6593 commit 75c3be9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
# run: sbt -v -mem 2048 -J-Xmx5120m "ciJobLib"
# env:
# NODE_OPTIONS: "--openssl-legacy-provider" # This is need after node-version "16"
- name: Scalafmt
continue-on-error: true
run: sbt -v scalafmtCheckAll
- name: Compile
run: sbt -v compile
- name: Test
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")

libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

// addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.1.0") //we can now update 1.2.0!
// [error] (update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
// [error]
Expand Down

0 comments on commit 75c3be9

Please sign in to comment.