Skip to content

Commit

Permalink
pekko-projection 1.0.0 (#64)
Browse files Browse the repository at this point in the history
* pekko-projection 1.0.0

* Update Dependencies.scala

* use 1.0 for docs links
  • Loading branch information
pjfanning authored Nov 2, 2023
1 parent c7911a3 commit c6becb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ object Dependencies {
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"
val PekkoVersion = System.getProperty("override.pekko.version", "1.0.1")
val PekkoVersionInDocs = "current"
val PekkoVersionInDocs = "1.0"
val PekkoPersistenceJdbcVersion = "1.0.0"
val PekkoProjectionVersion = "0.0.0+80-269ab0a7-SNAPSHOT"
val PekkoProjectionVersionInDocs = "current"
val PekkoProjectionVersion = "1.0.0"
val PekkoProjectionVersionInDocs = "1.0"

object Compile {
val pekkoActorTyped = "org.apache.pekko" %% "pekko-actor-typed" % PekkoVersion
Expand Down

0 comments on commit c6becb5

Please sign in to comment.