Commit c997cdad authored by Morten Kjetland's avatar Morten Kjetland
Browse files

Preparing for next version

parent cdcad59a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+5 −1
Original line number Diff line number Diff line
@@ -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
    
@@ -14,6 +14,10 @@ Deploy to maven central:
    sbt +publish-signed
    

Check and publish artifact
    
    https://oss.sonatype.org/
    
push
push --tag