We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60edaf commit d94f4dcCopy full SHA for d94f4dc
build.sbt
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
settings(
3
name := "bayes-scala",
4
organization := "com.github.danielkorzekwa",
5
- version := "0.6-SNAPSHOT",
+ version := "0.6",
6
scalaVersion := "2.11.6",
7
scalacOptions ++= Seq(
8
"-feature",
0 commit comments