Skip to content

Commit 95e2be9

Browse files
authored
test with pekko core 1.3.0 (#871)
* test with pekko core 1.3.0 staging * Remove Apache Maven Staging Repo from resolvers
1 parent e301e8d commit 95e2be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/PekkoCoreDependency.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
2020
object PekkoCoreDependency extends PekkoDependency {
2121
override val checkProject: String = "pekko-cluster-sharding-typed"
2222
override val module: Option[String] = None
23-
override val currentVersion: String = "1.1.5"
23+
override val currentVersion: String = "1.3.0"
2424
}

0 commit comments

Comments
 (0)