Skip to content

Commit

Permalink
pekko connectors release (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Sep 6, 2023
1 parent ddf7299 commit 1d3f6fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ object Dependencies {
val Scala2And3Versions = Scala2Versions.+:(Scala3)

val PekkoVersionInDocs = "1.0.1"
val ConnectorsVersionInDocs = "0.0.0+173-c12dde2b-SNAPSHOT"
val ConnectorsVersionInDocs = "1.0.0"
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-1114-8714f01e-SNAPSHOT"
val pekkoPersistenceJdbc = "1.0.0"
val pekkoPersistenceCassandra = "0.0.0-1119-c9e19256-SNAPSHOT"
val connectors = ConnectorsVersionInDocs
val connectorsKafka = sys.props.getOrElse("build.connectors.kafka.version", ConnectorsKafkaVersionInDocs)
val slick = "3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion project/project-info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project-info {
version: "current"
scala-versions: ["2.12", "2.13"]
scala-versions: ["2.12", "2.13", "3"]
shared-info {
jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"]
snapshots: {
Expand Down

0 comments on commit 1d3f6fa

Please sign in to comment.