Skip to content

Commit

Permalink
Merge pull request #169 from cquiroz/release-1.1.0
Browse files Browse the repository at this point in the history
Prepare for release 1.1.0
  • Loading branch information
derekmorr authored Jan 9, 2017
2 parents 1f965ac + 8cf189f commit fde05e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ All types are immutable and thread-safe.
|
[GitHub](https://github.com/typelevel/squants)
|
[User Forum](https://groups.google.com/forum/#!forum/squants)
|
[Wiki](https://github.com/typelevel/squants/wiki)

[![Join the chat at https://gitter.im/garyKeorkunian/squants](https://badges.gitter.im/garyKeorkunian/squants.svg)](https://gitter.im/garyKeorkunian/squants?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### Current Versions
Current Release: **1.0.0**
([API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/org/typelevel/squants_2.11/1.0.0/squants_2.11-1.0.0-javadoc.jar/!/index.html#squants.package))
Current Release: **1.1.0**
([API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/org/typelevel/squants_2.11/1.1.0/squants_2.11-1.1.0-javadoc.jar/!/index.html#squants.package))

Development Build: **1.1.0-SNAPSHOT**
([API Docs](https://oss.sonatype.org/service/local/repositories/snapshots/archive/org/typelevel/squants_2.11/1.1.0-SNAPSHOT/squants_2.11-1.1.0-SNAPSHOT-javadoc.jar/!/index.html#squants.package))
Expand All @@ -37,7 +35,7 @@ For more information on feature availability of a specific version see the Relea
Repository hosting for Squants is provided by [Sonatype](https://oss.sonatype.org/).
To use Squants in your SBT project add the following dependency to your build.

"org.typelevel" %% "squants" % "1.0.0"
"org.typelevel" %% "squants" % "1.1.0"
or

"org.typelevel" %% "squants" % "1.1.0-SNAPSHOT"
Expand All @@ -49,7 +47,7 @@ To use Squants in your Maven project add the following dependency
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>squants_2.11</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.typesafe.sbt.osgi.SbtOsgi
import com.typesafe.sbt.osgi.SbtOsgi.autoImport._

object Versions {
val Squants = "1.1.0-SNAPSHOT"
val Squants = "1.1.0"
val Scala = "2.11.8"
val ScalaCross = Seq("2.12.1", "2.11.8", "2.10.6")

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.5.1")

Expand Down

0 comments on commit fde05e4

Please sign in to comment.