Skip to content

Commit

Permalink
use versioned links
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 11, 2024
1 parent ed43144 commit 498c659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ object Versions {
val Scala212 = "2.12.20"
val Scala3 = "3.3.4"

val pekkoVersionForDocs = "current"
val pekkoConnectorsKafkaVersionForDocs = "current"
val pekkoManagementVersionForDocs = "current"
val pekkoVersionForDocs = PekkoCoreDependency.default.link
val pekkoConnectorsKafkaVersionForDocs = PekkoConnectorsKafkaDependency.default.link
val pekkoManagementVersionForDocs = PekkoManagementDependency.default.link

val kafkaVersion = "3.8.0"
val KafkaVersionForDocs = "37"
Expand Down

0 comments on commit 498c659

Please sign in to comment.