Skip to content

Commit

Permalink
Bump pekko as it needs to be the same version as play
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 18, 2024
1 parent 272fd05 commit e731cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ lazy val backend = (project in file("backend"))
"commons-io" % "commons-io" % "2.6",
"com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % "8.11.4",
"org.elasticsearch.client" % "elasticsearch-rest-client-sniffer" % "8.6.2",
"org.apache.pekko" %% "pekko-cluster-typed" % "1.0.1", // Needs to match pekko version in Play
"org.apache.pekko" %% "pekko-cluster-typed" % "1.0.3", // Needs to match pekko version in Play
"org.neo4j.driver" % "neo4j-java-driver" % "1.6.3",
"com.pff" % "java-libpst" % "0.9.3",
// NOTE: When you update tika you need to check if there are any updates required to be made to the
Expand Down

0 comments on commit e731cd8

Please sign in to comment.