Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.2.1</pekko.version>
<pekko.version>1.3.0</pekko.version>
<pekko.grpc.version>1.2.0</pekko.grpc.version>
<scala.binary.version>3</scala.binary.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"

lazy val `pekko-sample-cluster-client-grpc-scala` = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-docker-compose-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scalacOptions ++= Seq(
"-encoding", "UTF-8",
"-Xlint")

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

/* dependencies */
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-docker-compose-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scalacOptions ++= Seq(
"-encoding", "UTF-8",
"-Xlint")

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

/* dependencies */
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

lazy val `pekko-sample-cluster-java` = project
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.2.1</pekko.version>
<pekko.version>1.3.0</pekko.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<pekko.version>1.2.1</pekko.version>
<pekko-http.version>1.2.0</pekko-http.version>
<pekko.version>1.3.0</pekko.version>
<pekko-http.version>1.3.0</pekko-http.version>
<pekko-management.version>1.1.1</pekko-management.version>
<scala.binary.version>3</scala.binary.version>
<version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ThisBuild / organization := "org.apache.pekko"
name := "pekko-sample-cluster-kubernetes-scala"

scalaVersion := "3.3.7"
val pekkoHttpVersion = "1.2.0"
val pekkoVersion = "1.2.1"
val pekkoHttpVersion = "1.3.0"
val pekkoVersion = "1.3.0"
val pekkoManagementVersion = "1.1.1"
val logbackVersion = "1.3.15"

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

lazy val `pekko-sample-cluster-scala` = project
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-distributed-data-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

val `pekko-sample-distributed-data-java` = project
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-distributed-data-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

val `pekko-sample-distributed-data-scala` = project
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-distributed-workers-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.0"

scalaVersion := "3.3.7"

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val cassandraPluginVersion = "1.1.0"
val logbackVersion = "1.3.15"

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.2.1</pekko.version>
<pekko.version>1.3.0</pekko.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "org.apache.pekko"
name := "pekko-sample-fsm-scala"

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

scalaVersion := "3.3.7"
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-grpc-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "pekko-grpc-kubernetes"
scalaVersion := "3.3.7"

lazy val pekkoVersion = "1.2.1"
lazy val pekkoVersion = "1.3.0"
lazy val pekkoManagementVersion = "1.1.1"
lazy val pekkoHttpVersion = "1.2.0"
lazy val pekkoHttpVersion = "1.3.0"

lazy val root = (project in file("."))
.aggregate(httpToGrpc, grpcService)
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-kafka-to-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "1.2.1"
val pekkoHttpVersion = "1.2.0"
val pekkoVersion = "1.3.0"
val pekkoHttpVersion = "1.3.0"

val pekkoConnectorsKafkaVersion = "1.1.0"
val pekkoManagementVersion = "1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0")

addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8") // ALPN agent
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20"
4 changes: 2 additions & 2 deletions pekko-sample-persistence-dc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.2.1</pekko.version>
<pekko.version>1.3.0</pekko.version>
<pekko-persistence-cassandra.version>1.1.0</pekko-persistence-cassandra.version>
<pekko-http.version>1.2.0</pekko-http.version>
<pekko-http.version>1.3.0</pekko-http.version>
<pekko-management.version>1.1.1</pekko-management.version>
<scala.binary.version>3</scala.binary.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-persistence-dc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name := "pekko-sample-replicated-event-sourcing-scala"

scalaVersion := "3.3.7"

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val cassandraPluginVersion = "1.1.0"

val pekkoHttpVersion = "1.2.0"
val pekkoHttpVersion = "1.3.0"
val pekkoClusterManagementVersion = "1.1.1"

val logbackVersion = "1.3.15"
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.2.1</pekko.version>
<pekko.version>1.3.0</pekko.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "pekko-sample-persistence-scala"

scalaVersion := "3.3.7"

val pekkoVersion = "1.2.1"
val pekkoVersion = "1.3.0"
val logbackVersion = "1.3.15"

libraryDependencies ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "1.2.1"
val pekkoHttpVersion = "1.2.0"
val pekkoVersion = "1.3.0"
val pekkoHttpVersion = "1.3.0"
val logbackVersion = "1.3.15"

lazy val buildSettings = Seq(
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/killrweather-fog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.2.1</pekko.version>
<pekko-http.version>1.2.0</pekko-http.version>
<pekko.version>1.3.0</pekko.version>
<pekko-http.version>1.3.0</pekko-http.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/killrweather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.2.1</pekko.version>
<pekko-http.version>1.2.0</pekko-http.version>
<pekko.version>1.3.0</pekko.version>
<pekko-http.version>1.3.0</pekko-http.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "1.2.1"
val pekkoHttpVersion = "1.2.0"
val pekkoVersion = "1.3.0"
val pekkoHttpVersion = "1.3.0"
val logbackVersion = "1.3.15"

lazy val buildSettings = Seq(
Expand Down