Skip to content

Instantly share code, notes, and snippets.

@pjazdzewski1990
Created September 21, 2015 19:00
Embed
What would you like to do?
// Turn this project into a Scala.js project by importing these settings
enablePlugins(ScalaJSPlugin)
name := "scala.js Organizer"
version := "0.1-SNAPSHOT"
scalaVersion := "2.11.7"
//persistLauncher in Compile := true
persistLauncher in Test := false
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.8.1",
"com.lihaoyi" %%% "scalatags" % "0.4.6"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment