Skip to content

Commit

Permalink
Set determineLatestSnapshot to properly resolve latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 26, 2023
1 parent 37f35d6 commit 3f77647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PekkoDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object PekkoDependency {
val default = pekkoDependency(defaultVersion = minimumExpectedPekkoVersion)
def docs = default

lazy val mainSnapshot = Artifact(determineLatestSnapshot("0.0.0"), true)
lazy val mainSnapshot = Artifact(determineLatestSnapshot(), true)

val pekkoVersion: String = default match {
case Artifact(version, _) => version
Expand Down

0 comments on commit 3f77647

Please sign in to comment.