Skip to content

Commit cc99b62

Browse files
committed
tweak to set sbt version
1 parent 31e3ca6 commit cc99b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sbt new darrenjw/scala-glm.g8
2121

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

0 commit comments

Comments
 (0)