Skip to content

Commit

Permalink
Fix after release
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed May 11, 2018
1 parent 0328412 commit 05f7dc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ scalaVersion in ThisBuild := "2.12.6"

organization := "com.nequissimus"
name := "circe-kafka"
version := "1.0.0"
version := "1.0.1-SNAPSHOT"

// https://tpolecat.github.io/2017/04/25/scalac-flags.html
scalacOptions ++= Seq(
Expand Down
2 changes: 0 additions & 2 deletions sonatype.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sonatypeProfileName := "com.nequissimus"

publishMavenStyle := true

licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
Expand Down

0 comments on commit 05f7dc1

Please sign in to comment.