Skip to content

Commit

Permalink
build with pekko 1.1.3 (#649)
Browse files Browse the repository at this point in the history
* test with pekko 1.1.3 (RC1)

* chore: Update pekko to 1.1.3

* Update build.sbt

---------

Co-authored-by: He-Pin(kerr) <[email protected]>
  • Loading branch information
pjfanning and He-Pin authored Jan 9, 2025
1 parent 21292e2 commit 7edc11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PekkoCoreDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoCoreDependency extends PekkoDependency {
override val checkProject: String = "pekko-cluster-sharding-typed"
override val module: Option[String] = None
override val currentVersion: String = "1.1.2"
override val currentVersion: String = "1.1.3"
}

0 comments on commit 7edc11c

Please sign in to comment.