Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lister committed Feb 28, 2015
1 parent e688494 commit 0059b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ lazy val pc = crossProject.in(file(".")).
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.3.0",
testFrameworks += new TestFramework("utest.runner.Framework"),
scalaVersion := "2.11.5",
crossScalaVersions := Seq("2.11.5", "2.10.4"),
crossScalaVersions := Seq( "2.10.4","2.11.5"),
sourceDirectories in Compile += new File("./shared/src/"),
name := "product-collections",
organization :="com.github.marklister",
version := "v1.3.0",
version := "1.4.0",
scalaVersion := "2.11.5",
homepage := Some(url("https://github.com/marklister/product-collections")),
startYear := Some(2013),
Expand Down

0 comments on commit 0059b90

Please sign in to comment.