From b1d03bb83d119b189d665a50637defb406ba2bd6 Mon Sep 17 00:00:00 2001 From: Darren Wilkinson Date: Thu, 15 Jun 2017 21:01:59 +0100 Subject: [PATCH] link to sonatype --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13f2b3..ad0ca28 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To use the pre-built binary, add the following lines to your `build.sbt`: ```scala libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.3" ``` -The current [stable release](ReleaseNotes.md) is "0.3". The latest unstable release is "0.4-SNAPSHOT". All releases are cross-built for both Scala 2.11 and 2.12. +The current [stable release](ReleaseNotes.md) is "0.3". Releases are cross-built for both Scala 2.11 and 2.12 and published to the [central repository](http://central.sonatype.org/). If you just want to try it out without setting up a project, you can do so with a session like: ```