Skip to content

Commit

Permalink
cross build for Scala 2.10.x and 2.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jun 6, 2014
1 parent caa1aba commit c899b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ lazy val jsmessages = project
.settings(commonSettings: _*)
.settings(
name := "play-jsmessages",
crossScalaVersions := Seq("2.10.4", "2.11.1"),
libraryDependencies ++= Seq(
ws,
"com.typesafe.play" %% "play" % "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion jsmessages/src/main/scala/jsmessages/api/JsMessages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package jsmessages.api
import play.api.Application
import play.api.i18n.Lang
import play.api.libs.json.{Writes, JsValue, Json}
import play.twirl.api.JavaScript;
import play.twirl.api.JavaScript

/**
* Generate a JavaScript function computing localized messages of a Play! application.
Expand Down

0 comments on commit c899b68

Please sign in to comment.