From bedbf9a68790f9037bf66df61b9e128da88f7a1d Mon Sep 17 00:00:00 2001 From: Mark Lister Date: Fri, 7 Nov 2014 10:44:36 +0200 Subject: [PATCH] Prepare for v 1.1.1 bugfix release --- README.md | 6 +++--- build.sbt | 2 +- src/main/boilerplate/collections/package.scala.template | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 370ea30..5b51b45 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,14 @@ See [product-collections-example](https://github.com/marklister/product-collecti Using SBT: ```scala - libraryDependencies += "com.github.marklister" %% "product-collections" % "1.1" + libraryDependencies += "com.github.marklister" %% "product-collections" % "1.1.1" ``` Using Maven: ```xml com.github.marklister - product-collections_2.10 - 1.0 + product-collections_2.11 + 1.1.1 ``` diff --git a/build.sbt b/build.sbt index 00f92ea..2839db5 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ crossScalaVersions := Seq("2.10.4", "2.11.4") scalacOptions ++= Seq("-deprecation", "-feature") -version := "1.1" +version := "1.1.1" //addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.6.2") diff --git a/src/main/boilerplate/collections/package.scala.template b/src/main/boilerplate/collections/package.scala.template index edb9a93..5e7b3cd 100644 --- a/src/main/boilerplate/collections/package.scala.template +++ b/src/main/boilerplate/collections/package.scala.template @@ -100,6 +100,10 @@ import scala.language.implicitConversions * Breeze also has matrix and vector implementations similar to Saddle. Also * some other stuff that looks pretty useful. * + * ====Framian==== + * + * Under heavy development this looks interesting. It does look more complicated + * than p-c. One specifies the return type at retrieval time. */ package object collections {