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.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.
15
+
The current [stable release](ReleaseNotes.md) is "0.8". 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
@@ -21,9 +21,9 @@ sbt new darrenjw/scala-glm.g8
21
21
22
22
If you just want to try out the library without setting up any kind of project, you can do so with a session like:
23
23
```
24
-
$ sbt "-Dsbt.version=1.5.1"
25
-
> set scalaVersion := "3.0.1"
26
-
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.7"
24
+
$ sbt "-Dsbt.version=1.8.0"
25
+
> set scalaVersion := "3.2.1"
26
+
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.8"
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