We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb4ea1 commit 126b2d6Copy full SHA for 126b2d6
build.sbt
@@ -1,16 +1,12 @@
1
import org.scalajs.core.tools.linker.ModuleInitializer
2
3
-name := "CTT-editor"
4
-
5
-version := "0.1"
6
7
-scalaVersion := "2.12.7"
+version := "0.3"
8
9
10
enablePlugins(ScalaJSPlugin)
11
12
name := "CTT-editor"
13
-scalaVersion := "2.12.6" // or any other Scala version >= 2.10.2
+scalaVersion := "2.12.8" // or any other Scala version >= 2.10.2
14
15
// This is an application with a main method
16
scalaJSUseMainModuleInitializer := true
project/plugins.sbt
@@ -1 +1 @@
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")
0 commit comments