Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 00261a6

Browse files
committed
pekko http release
1 parent b0b6b20 commit 00261a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ThisBuild / dynverSonatypeSnapshots := true
88
lazy val commonSettings = Seq(
99
organization := "com.github.pjfanning",
1010
versionScheme := Some("early-semver"),
11-
resolvers += "Apache Pekko Staging" at "https://repository.apache.org/content/groups/staging",
1211
licenses += ("Apache-2.0", new URL("https://github.com/pjfanning/pekko-http-session/blob/main/LICENSE")),
1312
startYear := Some(2023),
1413
homepage := Some(url("https://github.com/pjfanning/pekko-http-session")),
@@ -23,7 +22,7 @@ lazy val commonSettings = Seq(
2322
publishTo := sonatypePublishToBundle.value
2423
)
2524

26-
val pekkoHttpVersion = "1.0.0-RC2"
25+
val pekkoHttpVersion = "1.0.0"
2726
val pekkoStreamsVersion = "1.0.1"
2827
val scalaJava8CompatVersion = "1.0.2"
2928
val json4sVersion = "4.0.6"

0 commit comments

Comments
 (0)