Skip to content

Commit

Permalink
switch to 1.1. links
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 16, 2024
1 parent d0f7a3a commit 8f81268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ object Dependencies {
val Scala3 = "3.3.3"
val ScalaVersions = Seq(Scala213, Scala212, Scala3)

val PekkoVersionInDocs = "1.1"
val ConnectorsVersionInDocs = "1.0"
val ConnectorsKafkaVersionInDocs = "1.0"
val PekkoVersionInDocs = PekkoCoreDependency.default.link
val ConnectorsVersionInDocs = PekkoConnectorsDependency.default.link
val ConnectorsKafkaVersionInDocs = PekkoConnectorsKafkaDependency.default.link

object Versions {
val pekko = PekkoCoreDependency.version
Expand Down

0 comments on commit 8f81268

Please sign in to comment.