Skip to content

Commit

Permalink
Set pekko version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Jul 14, 2023
1 parent a70143b commit 6db4601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ lazy val pekkoRuntime = (project in file("pekko-runtime"))
.dependsOn(core)
.settings(commonSettings: _*)
.settings(
resolvers += "Apache Pekko Staging" at "https://repository.apache.org/content/groups/staging",
libraryDependencies ++= catsEffectStd ++ pekkoProvided ++ log4cats ++ (mUnit :+ pekkoTypedTestkit % pekkoVersion)
.map(_ % Test)
)
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {

lazy val akkaTest = Seq(akkaPersistenceTestkit).map(_ % akkaVersion)

lazy val pekkoVersion = "1.0.0-RC2"
lazy val pekkoVersion = "1.0.0"
lazy val pekkoActorTyped = "org.apache.pekko" %% "pekko-actor-typed"
lazy val pekkoPersistenceTyped = "org.apache.pekko" %% "pekko-persistence-typed"
lazy val pekkoClusterTyped = "org.apache.pekko" %% "pekko-cluster-typed"
Expand Down

0 comments on commit 6db4601

Please sign in to comment.