We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e688494 commit 0059b90Copy full SHA for 0059b90
build.sbt
@@ -18,11 +18,11 @@ lazy val pc = crossProject.in(file(".")).
18
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.3.0",
19
testFrameworks += new TestFramework("utest.runner.Framework"),
20
scalaVersion := "2.11.5",
21
- crossScalaVersions := Seq("2.11.5", "2.10.4"),
+ crossScalaVersions := Seq( "2.10.4","2.11.5"),
22
sourceDirectories in Compile += new File("./shared/src/"),
23
name := "product-collections",
24
organization :="com.github.marklister",
25
- version := "v1.3.0",
+ version := "1.4.0",
26
27
homepage := Some(url("https://github.com/marklister/product-collections")),
28
startYear := Some(2013),
0 commit comments