Skip to content

Commit

Permalink
prepare for 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed May 20, 2024
1 parent b1905b3 commit 49bd365
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ releaseCrossBuild := true
publishTo := Some(Resolver.evolutionReleases) // sbt-release
versionPolicyIntention := Compatibility.BinaryCompatible // sbt-version-policy

// TODO remove after 3.0.2 is released
versionPolicyIgnored := Seq(
"com.evolutiongaming" %% "nel",
"com.evolutiongaming" %% "safe-actor",
)

libraryDependencies ++= Seq(
`ddata-tools`,
`cats-helper`,
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "3.0.2"
ThisBuild / version := "3.0.3-SNAPSHOT"

0 comments on commit 49bd365

Please sign in to comment.