Skip to content

Commit

Permalink
use pekko 1.1.2 (#615)
Browse files Browse the repository at this point in the history
* test pekko 1.1.2-RC1

* Update build.sbt

* Update PekkoCoreDependency.scala

* Update build.sbt
  • Loading branch information
pjfanning authored Oct 8, 2024
1 parent d602296 commit b144449
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.1"
override val currentVersion: String = "1.1.2"
}

0 comments on commit b144449

Please sign in to comment.