Skip to content

Commit

Permalink
release0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gakuzzzz committed Mar 12, 2016
1 parent 80a9458 commit d464575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object ApplicationBuild extends Build {
val playVersion = play.core.PlayVersion.current

lazy val baseSettings = Seq(
version := "0.14.2-SNAPSHOT",
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.5", "2.11.7"),
version := "0.14.2",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.10.5", "2.11.8"),
organization := "jp.t2v",
resolvers ++=
Resolver.typesafeRepo("releases") ::
Expand Down

0 comments on commit d464575

Please sign in to comment.