File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
38
38
You can then use the ` crossProject ` builder in your ` build.sbt ` file:
39
39
40
40
{% highlight scala %}
41
- ThisBuild / scalaVersion := "2.13.1 "
41
+ ThisBuild / scalaVersion := "2.13.14 "
42
42
43
43
lazy val root = project.in(file(".")).
44
44
aggregate(foo.js, foo.jvm).
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ We also setup basic project settings and enable this plugin in the sbt build fil
36
36
enablePlugins(ScalaJSPlugin)
37
37
38
38
name := "Scala.js Tutorial"
39
- scalaVersion := "2.13.1 " // or any other Scala version >= 2.11.12
39
+ scalaVersion := "2.13.14 " // or a newer version such as "3.4.2", if you like
40
40
41
41
// This is an application with a main method
42
42
scalaJSUseMainModuleInitializer := true
You can’t perform that action at this time.
0 commit comments