Skip to content

Commit

Permalink
Update pekko to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jul 20, 2023
1 parent 51f3485 commit bd53ffd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,14 @@ lazy val akka = (projectMatrix in file("akka"))
)
.dependsOn(core)

ThisBuild / resolvers += "Apache Snapshots".at("https://repository.apache.org/content/repositories/snapshots/") // Remove once Pekko makes a proper release

lazy val pekko = (projectMatrix in file("pekko"))
.settings(
name := "pekko"
)
.jvmPlatform(
scalaVersions = scala2alive ++ scala3,
settings = commonJvmSettings ++ Seq(
libraryDependencies += "org.apache.pekko" %% "pekko-stream" % "0.0.0+26621-44d03df6-SNAPSHOT" % "provided"
libraryDependencies += "org.apache.pekko" %% "pekko-stream" % "1.0.0" % "provided"
)
)
.dependsOn(core)
Expand Down

0 comments on commit bd53ffd

Please sign in to comment.