Skip to content

Commit

Permalink
use latest pekko snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 14, 2023
1 parent d4a2bbf commit e6616d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
import org.apache.pekko.projections.Dependencies

ThisBuild / apacheSonatypeProjectProfile := "pekko"
Expand All @@ -20,6 +21,9 @@ commands := commands.value.filterNot { command =>
}
}

ThisBuild / reproducibleBuildsCheckResolver :=
"Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/")

// TODO: Remove when Pekko has a proper release
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / updateOptions := updateOptions.value.withLatestSnapshots(false)
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ object Dependencies {
val ScalaVersions = Seq(Scala213, Scala212)

val PekkoVersionInDocs = "1.0.1"
val ConnectorsVersionInDocs = "0.0.0+140-7d704044-SNAPSHOT"
val ConnectorsVersionInDocs = "0.0.0+144-703e9cca-SNAPSHOT"
val ConnectorsKafkaVersionInDocs = "1.0.0"

object Versions {
val pekko = sys.props.getOrElse("build.pekko.version", PekkoVersionInDocs)
val pekkoPersistenceJdbc = "0.0.0+998-6a9e5841-SNAPSHOT"
val pekkoPersistenceCassandra = "0.0.0-1102-939e199d-SNAPSHOT"
val pekkoPersistenceCassandra = "0.0.0-1111-f170d7eb-SNAPSHOT"
val connectors = ConnectorsVersionInDocs
val connectorsKafka = sys.props.getOrElse("build.connectors.kafka.version", ConnectorsKafkaVersionInDocs)
val slick = "3.3.3"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.8")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10")

// Documentation
// allow access to snapshots for pekko-sbt-paradox
Expand Down

0 comments on commit e6616d8

Please sign in to comment.