Skip to content

Commit

Permalink
Release v2.8.2.
Browse files Browse the repository at this point in the history
Changelog:
 - Bump dependencies to the greatest non-breaking version.
 - (64f85f) Implement an Akka Stream source for Reader. Thanks @miton18
  • Loading branch information
judu committed Aug 17, 2022
1 parent 95bb8e6 commit 6bbb6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def isRelease = releaseVersion != ""
def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "")
def ossrhUsername = sys.env.getOrElse("OSSRH_USERNAME", "")
def ossrhPassword = sys.env.getOrElse("OSSRH_PASSWORD", "")
def publishVersion = if (isRelease) releaseVersion else if (isGithubActions) "2.8.1." + githubRunNumber + "-SNAPSHOT" else "0.0.0-LOCAL"
def publishVersion = if (isRelease) releaseVersion else if (isGithubActions) "2.8.2." + githubRunNumber + "-SNAPSHOT" else "0.0.0-LOCAL"

val org = "com.clever-cloud.pulsar4s"
val AkkaStreamVersion = "2.6.19" // compatible with Akka 2.5.x and 2.6.x
Expand Down

0 comments on commit 6bbb6a0

Please sign in to comment.