Skip to content

Commit

Permalink
test with pekko 1.1.1 (#142)
Browse files Browse the repository at this point in the history
* test with pekko 1.1.1

* Update Dependencies.scala

* Update Dependencies.scala
  • Loading branch information
pjfanning authored Sep 16, 2024
1 parent 241ea58 commit 62f16dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object Dependencies {
val PekkoVersionInDocs = "1.1"
val PekkoPersistenceJdbcVersion = "1.1.0-M1"
val PekkoPersistenceR2dbcVersionInDocs = "1.0"
val PekkoProjectionVersion = "1.0.0"
val PekkoProjectionVersionInDocs = "1.0"
val PekkoProjectionVersion = "1.1.0-M1"
val PekkoProjectionVersionInDocs = "1.1"

object Compile {
val pekkoActorTyped = "org.apache.pekko" %% "pekko-actor-typed" % PekkoVersion
Expand Down
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.0-M1"
override val currentVersion: String = "1.1.1"
}

0 comments on commit 62f16dd

Please sign in to comment.