pjfanning commented on code in PR #6:
URL:
https://github.com/apache/incubator-pekko-samples/pull/6#discussion_r1137564366
##########
pekko-sample-distributed-workers-scala/build.sbt:
##########
@@ -0,0 +1,27 @@
+name := "pekko-distributed-workers"
+
+version := "1.0"
+
+scalaVersion := "2.13.8"
+val pekkoVersion = "0.0.0+26617-325e2156-SNAPSHOT"
+
+// allow access to snapshots
+resolvers += "Apache Nexus
Snapshots".at("https://repository.apache.org/content/groups/snapshots/")
+
+val cassandraPluginVersion = "1.0.6"
+
+Global / cancelable := false
+
+libraryDependencies ++= Seq(
+ "org.apache.pekko" %% "pekko-cluster-typed" % pekkoVersion,
+ "org.apache.pekko" %% "pekko-persistence-typed" % pekkoVersion,
+ "org.apache.pekko" %% "pekko-persistence-query" % pekkoVersion,
+ "org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
+ "org.apache.pekko" %% "pekko-persistence-cassandra" % cassandraPluginVersion,
+ // this allows us to start cassandra from the sample
+ "org.apache.pekko" %% "pekko-persistence-cassandra-launcher" %
cassandraPluginVersion,
Review Comment:
as I said above, this can be fixed later - no need to revert
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]