-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sbt-scalajs to 1.15.0 * move dependencies versions out of build.sbt file, update to Scala.js 1.15.0 --------- Co-authored-by: Kai <450507+neko-kai@users.noreply.github.com>
- Loading branch information
1 parent
a52d2f3
commit e73b396
Showing
5 changed files
with
20 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
object Deps { | ||
val crossProjectVersion = "1.3.1" | ||
val bundlerVersion = "0.21.1" | ||
val sbtJsDependenciesVersion = "1.0.2" | ||
} |
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,7 @@ | ||
object ScalaVersions { | ||
val scala_212 = "2.12.18" | ||
val scala_213 = "2.13.12" | ||
|
||
val scalaJsVersion = "1.15.0" | ||
val scalaNativeVersion = "0.4.17" | ||
} |
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