Skip to content

Commit

Permalink
Move to play 3 / pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Oct 4, 2024
1 parent 05ba55d commit 0e29015
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nio-provider/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencyOverrides ++= Seq(

libraryDependencies ++= Seq(
ws,
"com.typesafe.play" %% "play-json-joda" % playJsonJodaVersion,
"org.apache.pekko" %% "pekko-connectors-kafka" % pekkoKafka,
"de.svenkubiak" % "jBCrypt" % "0.4.1", // ISC/BSD
"com.auth0" % "java-jwt" % javaJwt, // MIT license
Expand Down
1 change: 0 additions & 1 deletion nio-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ libraryDependencies ++= Seq(
ws,
"org.apache.pekko" %% "pekko-http" % "1.1.0",
"org.apache.pekko" %% "pekko-http-xml" % "1.1.0",
"com.typesafe.play" %% "play-json-joda" % playJsonJodaVersion,
"org.reactivemongo" %% "reactivemongo" % s"$reactiveMongoVersion-pekko.RC13",
"org.reactivemongo" %% "play2-reactivemongo" % s"$reactiveMongoVersion-play30.RC13",
"org.reactivemongo" %% "reactivemongo-pekkostream" % s"$reactiveMongoVersion-RC13",
Expand Down

0 comments on commit 0e29015

Please sign in to comment.