We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a72d5e commit e3ce2e9Copy full SHA for e3ce2e9
examples/build.sbt
@@ -8,7 +8,7 @@ scalacOptions ++= Seq(
8
9
libraryDependencies ++= Seq(
10
"org.scalatest" %% "scalatest" % "3.2.2" % "test",
11
- "com.github.darrenjw" %% "scala-glm" % "0.5-SNAPSHOT",
+ "com.github.darrenjw" %% "scala-glm" % "0.5",
12
"org.ddahl" %% "rscala" % "3.2.19"
13
)
14
0 commit comments