Skip to content

Commit

Permalink
pekko http release
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 2, 2023
1 parent b0b6b20 commit 00261a6
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 @@ -8,7 +8,6 @@ ThisBuild / dynverSonatypeSnapshots := true
lazy val commonSettings = Seq(
organization := "com.github.pjfanning",
versionScheme := Some("early-semver"),
resolvers += "Apache Pekko Staging" at "https://repository.apache.org/content/groups/staging",
licenses += ("Apache-2.0", new URL("https://github.com/pjfanning/pekko-http-session/blob/main/LICENSE")),
startYear := Some(2023),
homepage := Some(url("https://github.com/pjfanning/pekko-http-session")),
Expand All @@ -23,7 +22,7 @@ lazy val commonSettings = Seq(
publishTo := sonatypePublishToBundle.value
)

val pekkoHttpVersion = "1.0.0-RC2"
val pekkoHttpVersion = "1.0.0"
val pekkoStreamsVersion = "1.0.1"
val scalaJava8CompatVersion = "1.0.2"
val json4sVersion = "4.0.6"
Expand Down

0 comments on commit 00261a6

Please sign in to comment.