You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current [stable release](ReleaseNotes.md) is "0.6". It is cross-built for Scala 3, Scala 2.12 and 2.13 and published to the [central repository](http://central.sonatype.org/). Version 0.3 was the final release for Scala 2.11.
15
+
The current [stable release](ReleaseNotes.md) is "0.7". It is cross-built for Scala 3, Scala 2.12 and 2.13 and published to the [central repository](http://central.sonatype.org/). Version 0.3 was the final release for Scala 2.11.
16
16
17
17
There is a [giter8](http://www.foundweekends.org/giter8/) template for `scala-glm`, so using recent versions of `sbt` you can create a minimal `scala-glm` project template with:
18
18
```bash
@@ -23,7 +23,7 @@ If you just want to try out the library without setting up any kind of project,
23
23
```
24
24
$ sbt "-Dsbt.version=1.5.1"
25
25
> set scalaVersion := "3.0.1"
26
-
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.6"
26
+
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.7"
27
27
> console
28
28
scala> import scalaglm._
29
29
```
@@ -36,7 +36,7 @@ This library has a dependence on [Breeze](https://github.com/scalanlp/breeze), s
36
36
If you want to use the latest snapshot, add the following to your `build.sbt`:
0 commit comments