Skip to content

Commit

Permalink
remove staged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 24, 2024
1 parent 384038b commit 562d87f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ sourceDistName := "apache-pekko-projection"
sourceDistIncubating := false

ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / resolvers += Resolver.ApacheMavenStagingRepo
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo

lazy val core =
Expand Down
2 changes: 1 addition & 1 deletion project/PekkoConnectorsKafkaDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoConnectorsKafkaDependency extends PekkoDependency {
override val checkProject: String = "pekko-connectors-kafka-testkit"
override val module: Option[String] = Some("connectors.kafka")
override val currentVersion: String = "1.1.0-RC1"
override val currentVersion: String = "1.1.0-M1"
}

0 comments on commit 562d87f

Please sign in to comment.