Skip to content

Commit

Permalink
more updates to use pekko 1.0.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 20, 2023
1 parent b06c62e commit 0c15851
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pekko-sample-distributed-workers-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name := "pekko-distributed-workers"
version := "1.0"

scalaVersion := "2.13.11"
val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val cassandraPluginVersion = "0.0.0-1095-5ca43b58-SNAPSHOT"
val pekkoVersion = "1.0.0"
val cassandraPluginVersion = "0.0.0-1102-939e199d-SNAPSHOT"
val logbackVersion = "1.2.12"

// allow access to snapshots
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko-persistence-cassandra.version>0.0.0-1095-5ca43b58-SNAPSHOT</pekko-persistence-cassandra.version>
<pekko-persistence-cassandra.version>0.0.0-1102-939e199d-SNAPSHOT</pekko-persistence-cassandra.version>
<pekko-http.version>0.0.0+4468-963bd592-SNAPSHOT</pekko-http.version>
<pekko-management.version>0.0.0+757-f7d48cde-SNAPSHOT</pekko-management.version>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions pekko-sample-persistence-dc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name := "pekko-sample-replicated-event-sourcing-scala"

scalaVersion := "2.13.11"

val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val cassandraPluginVersion = "0.0.0-1095-5ca43b58-SNAPSHOT"
val pekkoVersion = "1.0.0"
val cassandraPluginVersion = "0.0.0-1102-939e199d-SNAPSHOT"

val pekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT"
val pekkoClusterManagementVersion = "0.0.0+752-95cdd415-SNAPSHOT"
val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT"
val pekkoClusterManagementVersion = "0.0.0+757-f7d48cde-SNAPSHOT"

val logbackVersion = "1.2.12"

Expand Down

0 comments on commit 0c15851

Please sign in to comment.