Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update pekko-http to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhost87 committed Aug 13, 2023
1 parent 457287e commit 9a4b7b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val akkaVersion = "2.6.19"
val akkaHttpVersion = "10.2.9"

val pekkoVersion = "1.0.0"
val pekkoHttpVersion = "0.0.0+4469-fb6a5426-SNAPSHOT"
val pekkoHttpVersion = "1.0.0"

val circeVersion = "0.14.1"
val ce2Version = "2.5.5"
Expand Down Expand Up @@ -229,7 +229,6 @@ lazy val pekko = project
.settings(crossVersionSettings)
.settings(commonSettings: _*)
.settings(
resolvers += "pekko-http-snapshot-repository" at "https://repository.apache.org/content/repositories/snapshots",
normalizedName := "korolev-pekko",
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
Expand Down

0 comments on commit 9a4b7b4

Please sign in to comment.