File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ If building from source, running `sbt console` should give a Scala REPL with a d
1010
1111To 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"
1414resolvers += " Newcastle mvn repo" at " https://www.staff.ncl.ac.uk/d.j.wilkinson/mvn/"
1515```
1616It'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
2525scala> import scalaglm._
You can’t perform that action at this time.
0 commit comments