From cc99b627df598d88731a4210bb26f96663f2853c Mon Sep 17 00:00:00 2001 From: Darren Wilkinson Date: Sun, 15 Aug 2021 16:31:41 +0100 Subject: [PATCH] tweak to set sbt version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466c915..71d9f18 100644 --- a/README.md +++ b/README.md @@ -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