Skip to content

Commit bd53ffd

Browse files
committed
Update pekko to 1.0
1 parent 51f3485 commit bd53ffd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,14 @@ lazy val akka = (projectMatrix in file("akka"))
146146
)
147147
.dependsOn(core)
148148

149-
ThisBuild / resolvers += "Apache Snapshots".at("https://repository.apache.org/content/repositories/snapshots/") // Remove once Pekko makes a proper release
150-
151149
lazy val pekko = (projectMatrix in file("pekko"))
152150
.settings(
153151
name := "pekko"
154152
)
155153
.jvmPlatform(
156154
scalaVersions = scala2alive ++ scala3,
157155
settings = commonJvmSettings ++ Seq(
158-
libraryDependencies += "org.apache.pekko" %% "pekko-stream" % "0.0.0+26621-44d03df6-SNAPSHOT" % "provided"
156+
libraryDependencies += "org.apache.pekko" %% "pekko-stream" % "1.0.0" % "provided"
159157
)
160158
)
161159
.dependsOn(core)

0 commit comments

Comments
 (0)