Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pekko-sample-distributed-workers-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version := "1.0"
scalaVersion := "3.3.4"

val pekkoVersion = "1.1.3"
val cassandraPluginVersion = "1.1.0-M1"
val cassandraPluginVersion = "1.1.0"
val logbackVersion = "1.3.15"

Global / cancelable := false
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 @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.1.3</pekko.version>
<pekko-persistence-cassandra.version>1.1.0-M1</pekko-persistence-cassandra.version>
<pekko-persistence-cassandra.version>1.1.0</pekko-persistence-cassandra.version>
<pekko-http.version>1.1.0</pekko-http.version>
<pekko-management.version>1.1.0</pekko-management.version>
<scala.binary.version>3</scala.binary.version>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "pekko-sample-replicated-event-sourcing-scala"
scalaVersion := "3.3.4"

val pekkoVersion = "1.1.3"
val cassandraPluginVersion = "1.1.0-M1"
val cassandraPluginVersion = "1.1.0"

val pekkoHttpVersion = "1.1.0"
val pekkoClusterManagementVersion = "1.1.0"
Expand Down
Loading