File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
name := " bayes-scala" ,
4
4
organization := " com.github.danielkorzekwa" ,
5
- version := " 0.6 " ,
5
+ version := " 0.7-SNAPSHOT " ,
6
6
scalaVersion := " 2.11.6" ,
7
7
scalacOptions ++= Seq (
8
8
" -feature" ,
Original file line number Diff line number Diff line change
1
+ http://www.scala-sbt.org/0.13/docs/Using-Sonatype.html
2
+
3
+ 1 . Update version in sbt, e.g. 0.1-SNAPSHOT to 0.1
4
+ 2 . Create release in github
5
+ 3 . Call sbt clean test
6
+ 4 . Call publishSigned
7
+ 5 . Follow http://central.sonatype.org/pages/releasing-the-deployment.html (call close then release)
8
+ 6 . Check https://oss.sonatype.org/content/repositories/releases/com/github/danielkorzekwa/bayes-scala_2.11/
9
+ 7 . Update version, e.g. from 0.1 to 0.2-SNAPSHOT and commit
You can’t perform that action at this time.
0 commit comments