Skip to content

Commit

Permalink
Prepare for v 1.1.1 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lister committed Nov 7, 2014
1 parent ffef548 commit bedbf9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.github.marklister</groupId>
<artifactId>product-collections_2.10</artifactId>
<version>1.0</version>
<artifactId>product-collections_2.11</artifactId>
<version>1.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
4 changes: 4 additions & 0 deletions src/main/boilerplate/collections/package.scala.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit bedbf9a

Please sign in to comment.