a buildable scala-js (sbt ~fastLinkJS) project that does nothing.

This commit is contained in:
fiatjaf
2022-02-22 10:01:20 -03:00
commit fecbf2d940
7 changed files with 32 additions and 0 deletions

1
project/build.properties Normal file
View File

@@ -0,0 +1 @@
sbt.version=1.5.5

1
project/plugins.sbt Normal file
View File

@@ -0,0 +1 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")