Loading build.sbt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lazy val commonSettings = Seq( organization := "com.kjetland", organizationName := "mbknor", version := "1.0.9", version := "1.0.10-SNAPSHOT", scalaVersion := "2.11.8", crossScalaVersions := Seq("2.10.4", "2.11.8"), publishMavenStyle := true, Loading release-hoto.md→release-howto.md +5 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Change version in build.sbt and multiple places in README.md Clean and test cross scala version sbt clean; sbt +test; sbt clean +test Commit Loading @@ -14,6 +14,10 @@ Deploy to maven central: sbt +publish-signed Check and publish artifact https://oss.sonatype.org/ push push --tag Loading Loading
build.sbt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lazy val commonSettings = Seq( organization := "com.kjetland", organizationName := "mbknor", version := "1.0.9", version := "1.0.10-SNAPSHOT", scalaVersion := "2.11.8", crossScalaVersions := Seq("2.10.4", "2.11.8"), publishMavenStyle := true, Loading
release-hoto.md→release-howto.md +5 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Change version in build.sbt and multiple places in README.md Clean and test cross scala version sbt clean; sbt +test; sbt clean +test Commit Loading @@ -14,6 +14,10 @@ Deploy to maven central: sbt +publish-signed Check and publish artifact https://oss.sonatype.org/ push push --tag Loading