Skip to content

Commit

Permalink
pekko-http 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 2, 2023
1 parent a518d00 commit da6b804
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 @@ -26,7 +26,6 @@ ThisBuild / githubWorkflowPublish := Seq(
ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("it:compile", "test"), name = Some("Build project")))

ThisBuild / mimaPreviousArtifacts := Set.empty
ThisBuild / resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")

val isScala3 = Def.setting(scalaBinaryVersion.value == "3")

Expand Down Expand Up @@ -76,7 +75,7 @@ lazy val root = (project in file("."))
lazy val deps = {
val awsSDKVersion = "2.17.113"
val pekkoVersion = "1.0.1"
val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT"
val pekkoHttpVersion = "1.0.0"

Seq(
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
Expand Down

0 comments on commit da6b804

Please sign in to comment.