Skip to content

Commit

Permalink
new version: 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileSonneveld committed Oct 17, 2019
1 parent 8eb4ea1 commit 126b2d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
import org.scalajs.core.tools.linker.ModuleInitializer

name := "CTT-editor"

version := "0.1"

scalaVersion := "2.12.7"
version := "0.3"


enablePlugins(ScalaJSPlugin)

name := "CTT-editor"
scalaVersion := "2.12.6" // or any other Scala version >= 2.10.2
scalaVersion := "2.12.8" // or any other Scala version >= 2.10.2

// This is an application with a main method
scalaJSUseMainModuleInitializer := true
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")

0 comments on commit 126b2d6

Please sign in to comment.