diff --git a/README.md b/README.md index 1147214..badd046 100644 --- a/README.md +++ b/README.md @@ -70,5 +70,5 @@ And also we have mixed `TrieMap` with `Sequentially`, results can be found in ```scala addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") -libraryDependencies += "com.evolutiongaming" %% "sequentially" % "1.1.5" +libraryDependencies += "com.evolutiongaming" %% "sequentially" % "1.2.0" ``` diff --git a/build.sbt b/build.sbt index a9ad7af..273d350 100644 --- a/build.sbt +++ b/build.sbt @@ -22,10 +22,7 @@ lazy val commonSettings = Seq( // Your next release will be binary compatible with the previous one, // but it may not be source compatible (ie, it will be a minor release). -// -// It is not set to BinaryAndSourceCompatible because prometheus-tools was bumped from 1.0.8 to 1.1.0. -// Otherwise, 1.2.0 is both source and binary compatible with 1.1.5. -ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible +ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible lazy val root = (project in file(".") diff --git a/version.sbt b/version.sbt index 7914ee9..d3cf927 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "1.2.0" +ThisBuild / version := "1.2.1-SNAPSHOT"