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")
3838You can then use the ` crossProject ` builder in your ` build.sbt ` file:
3939
4040{% highlight scala %}
41- ThisBuild / scalaVersion := "2.13.1 "
41+ ThisBuild / scalaVersion := "2.13.14 "
4242
4343lazy val root = project.in(file(".")).
4444 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
3636enablePlugins(ScalaJSPlugin)
3737
3838name := "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
4040
4141// This is an application with a main method
4242scalaJSUseMainModuleInitializer := true
You can’t perform that action at this time.
0 commit comments