Skip to content

Commit 402d66b

Browse files
committed
corrected readme for 1.0 release
1 parent f863fb5 commit 402d66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If building from source, running `sbt console` should give a Scala REPL with a d
1010

1111
To use the pre-built binary, add the following lines to your `build.sbt`:
1212
```scala
13-
libraryDependencies += "darrenjw" %% "scala-glm" % "0.1-SNAPSHOT"
13+
libraryDependencies += "darrenjw" %% "scala-glm" % "0.1"
1414
resolvers += "Newcastle mvn repo" at "https://www.staff.ncl.ac.uk/d.j.wilkinson/mvn/"
1515
```
1616
It's currently only published to my own personal repo. I'll figure out how to push it to Sonatype once it's properly tested.
@@ -19,7 +19,7 @@ If you just want to try it out without setting up a project, you can do so with
1919
```
2020
$ sbt
2121
> set scalaVersion := "2.12.1"
22-
> set libraryDependencies += "darrenjw" %% "scala-glm" % "0.1-SNAPSHOT"
22+
> set libraryDependencies += "darrenjw" %% "scala-glm" % "0.1"
2323
> set resolvers += "Newcastle mvn repo" at "https://www.staff.ncl.ac.uk/d.j.wilkinson/mvn/"
2424
> console
2525
scala> import scalaglm._

0 commit comments

Comments
 (0)