Skip to content

Commit

Permalink
tweak to set sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjw committed Aug 15, 2021
1 parent 31e3ca6 commit cc99b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sbt new darrenjw/scala-glm.g8

If you just want to try out the library without setting up any kind of project, you can do so with a session like:
```
$ sbt
$ sbt "-Dsbt.version=1.5.1"
> set scalaVersion := "3.0.1"
> set libraryDependencies += "com.github.darrenjw" %% "scala-glm" % "0.6"
> console
Expand Down

0 comments on commit cc99b62

Please sign in to comment.