Skip to content

Commit

Permalink
build with pekko-http 1.1.0 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 1, 2024
1 parent da6e0c6 commit 5b235ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PekkoHttpDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoHttpDependency extends PekkoDependency {
override val checkProject: String = "pekko-http-testkit"
override val module: Option[String] = Some("http")
override val currentVersion: String = "1.1.0-M1"
override val currentVersion: String = "1.1.0"
}

0 comments on commit 5b235ec

Please sign in to comment.