Skip to content

Commit 0059b90

Browse files
author
Mark Lister
committed
bump version
1 parent e688494 commit 0059b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ lazy val pc = crossProject.in(file(".")).
1818
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.3.0",
1919
testFrameworks += new TestFramework("utest.runner.Framework"),
2020
scalaVersion := "2.11.5",
21-
crossScalaVersions := Seq("2.11.5", "2.10.4"),
21+
crossScalaVersions := Seq( "2.10.4","2.11.5"),
2222
sourceDirectories in Compile += new File("./shared/src/"),
2323
name := "product-collections",
2424
organization :="com.github.marklister",
25-
version := "v1.3.0",
25+
version := "1.4.0",
2626
scalaVersion := "2.11.5",
2727
homepage := Some(url("https://github.com/marklister/product-collections")),
2828
startYear := Some(2013),

0 commit comments

Comments
 (0)