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.3". Releases are cross-built for both Scala 2.11 and 2.12 and published to the [central repository](http://central.sonatype.org/).
13
+
The current [stable release](ReleaseNotes.md) is "0.4". It is cross-built for both 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.
14
14
15
15
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:
16
16
```bash
@@ -20,8 +20,8 @@ sbt new darrenjw/scala-glm.g8
20
20
If you just want to try out the library without setting up any kind of project, you can do so with a session like:
21
21
```
22
22
$ sbt
23
-
> set scalaVersion := "2.12.1"
24
-
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.3"
23
+
> set scalaVersion := "2.13.4"
24
+
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.4"
25
25
> console
26
26
scala> import scalaglm._
27
27
```
@@ -34,7 +34,7 @@ This library has a dependence on [Breeze](https://github.com/scalanlp/breeze), s
34
34
If you want to use the latest snapshot, add the following to your `build.sbt`:
resolvers +="Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
39
39
```
40
40
@@ -52,6 +52,6 @@ If building from source, running `sbt console` from this directory should give a
52
52
53
53
## Author
54
54
55
-
This library is Copyright (C) 2017 [Darren J Wilkinson](https://github.com/darrenjw), but released as open source software under an Apache 2.0 license.
55
+
This library is Copyright (C) 2017-2020[Darren J Wilkinson](https://github.com/darrenjw), but released as open source software under an Apache 2.0 license.
0 commit comments