We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e3ca6 commit cc99b62Copy full SHA for cc99b62
README.md
@@ -21,7 +21,7 @@ sbt new darrenjw/scala-glm.g8
21
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
```
24
-$ sbt
+$ sbt "-Dsbt.version=1.5.1"
25
> set scalaVersion := "3.0.1"
26
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.6"
27
> console
0 commit comments