Skip to content

Commit

Permalink
Update CH08.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbernhardt committed Jul 15, 2016
1 parent 32556cc commit aa87ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listings/CH08.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val scalaV = "2.11.6"
lazy val `ch08` = (project in file(".")).settings(
scalaVersion := scalaV,
scalajsProjects := Seq(client),
scalaJSProjects := Seq(client),
pipelineStages := Seq(scalaJSProd),
libraryDependencies ++= Seq(
"com.vmunier" %% "play-scalajs-scripts" % "0.2.2"
Expand Down

0 comments on commit aa87ad4

Please sign in to comment.