Skip to content

Instantly share code, notes, and snippets.

@pjazdzewski1990
Created September 21, 2015 19:00
Show Gist options
  • Save pjazdzewski1990/bd25920b8e7b4e025681 to your computer and use it in GitHub Desktop.
Save pjazdzewski1990/bd25920b8e7b4e025681 to your computer and use it in GitHub Desktop.
// 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