Skip to content

Commit e3ce2e9

Browse files
committed
bump version to 0.5
1 parent 7a72d5e commit e3ce2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scalacOptions ++= Seq(
88

99
libraryDependencies ++= Seq(
1010
"org.scalatest" %% "scalatest" % "3.2.2" % "test",
11-
"com.github.darrenjw" %% "scala-glm" % "0.5-SNAPSHOT",
11+
"com.github.darrenjw" %% "scala-glm" % "0.5",
1212
"org.ddahl" %% "rscala" % "3.2.19"
1313
)
1414

0 commit comments

Comments
 (0)