-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable ScalaJS * Fix ScalaJS dependencies * CI for ScalaJS * CI for ScalaJS * CI for ScalaJS * Unify build steps * Fix CI?
- Loading branch information
1 parent
b2e5797
commit 66f7271
Showing
3 changed files
with
61 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.6") | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.6") | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1") |