Skip to content

Commit

Permalink
Post 1.2.0 release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
migesok committed Sep 3, 2024
1 parent c70e8df commit 1edadb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(".")
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.2.0"
ThisBuild / version := "1.2.1-SNAPSHOT"

0 comments on commit 1edadb8

Please sign in to comment.