Skip to content

Commit

Permalink
pekko-http 1.0.1 / scalatest 3.2.18 (#99)
Browse files Browse the repository at this point in the history
* pekko-http 1.0.1 / scalatest 3.2.18

* Update pekko-sample-persistence-dc-java/pom.xml

Co-authored-by: Arnout Engelen <arnout@engelen.eu>

* incorrect versions

---------

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
  • Loading branch information
pjfanning and raboof committed Feb 10, 2024
1 parent 3ad6a11 commit 22c24fc
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ lazy val `pekko-sample-cluster-client-grpc-scala` = project
"org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
"org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test))
"org.scalatest" %% "scalatest" % "3.2.18" % Test))
.configs(MultiJvm)
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val `pekko-sample-cluster-java` = project
"org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test),
run / fork := false,
Global / cancelable := false,
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<pekko.version>1.0.2</pekko.version>
<pekko-http.version>1.0.0</pekko-http.version>
<pekko-http.version>1.0.1</pekko-http.version>
<pekko-management.version>1.0.0</pekko-management.version>
<scala.binary.version>2.13</scala.binary.version>
<version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / organization := "org.apache.pekko"
name := "pekko-sample-cluster-kubernetes-scala"

scalaVersion := "2.13.11"
val pekkoHttpVersion = "1.0.0"
val pekkoHttpVersion = "1.0.1"
val pekkoVersion = "1.0.2"
val pekkoManagementVersion = "1.0.0"
val logbackVersion = "1.2.13"
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val `pekko-sample-cluster-scala` = project
"org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test),
run / fork := false,
Global / cancelable := false,
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
Expand Up @@ -20,7 +20,7 @@ val `pekko-sample-distributed-data-java` = project
"org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
"ch.qos.logback" % "logback-classic" % logbackVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test),
"org.scalatest" %% "scalatest" % "3.2.18" % Test),
run / fork := true,
Global / cancelable := false, // ctrl-c
// disable parallel tests
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
Expand Up @@ -20,7 +20,7 @@ val `pekko-sample-distributed-data-scala` = project
"org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
"ch.qos.logback" % "logback-classic" % logbackVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test),
"org.scalatest" %% "scalatest" % "3.2.18" % Test),
run / fork := true,
Global / cancelable := false, // ctrl-c
// disable parallel tests
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 @@ -20,5 +20,5 @@ libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % logbackVersion,
// test dependencies
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"commons-io" % "commons-io" % "2.11.0" % Test)
2 changes: 1 addition & 1 deletion pekko-sample-grpc-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scalaVersion := "2.13.11"

lazy val pekkoVersion = "1.0.2"
lazy val discoveryVersion = "1.0.0"
lazy val pekkoHttpVersion = "1.0.0"
lazy val pekkoHttpVersion = "1.0.1"

lazy val root = (project in file("."))
.aggregate(httpToGrpc, grpcService)
Expand Down
6 changes: 3 additions & 3 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.0.2"
val pekkoHttpVersion = "1.0.0"
val pekkoHttpVersion = "1.0.1"

val pekkoConnectorsKafkaVersion = "1.0.0"
val pekkoManagementVersion = "1.0.0"
Expand Down Expand Up @@ -57,7 +57,7 @@ lazy val processor = project
"org.apache.pekko" %% "pekko-http-spray-json" % pekkoHttpVersion,
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test))
"org.scalatest" %% "scalatest" % "3.2.18" % Test))

lazy val producer = project
.in(file("producer"))
Expand All @@ -66,4 +66,4 @@ lazy val producer = project
"org.apache.pekko" %% "pekko-connectors-kafka" % pekkoConnectorsKafkaVersion,
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.scalatest" %% "scalatest" % "3.2.15" % Test))
"org.scalatest" %% "scalatest" % "3.2.18" % Test))
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.2</pekko.version>
<pekko-persistence-cassandra.version>1.0.0</pekko-persistence-cassandra.version>
<pekko-http.version>1.0.0</pekko-http.version>
<pekko-http.version>1.0.1</pekko-http.version>
<pekko-management.version>1.0.0</pekko-management.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 @@ -6,7 +6,7 @@ scalaVersion := "2.13.11"
val pekkoVersion = "1.0.2"
val cassandraPluginVersion = "1.0.0"

val pekkoHttpVersion = "1.0.0"
val pekkoHttpVersion = "1.0.1"
val pekkoClusterManagementVersion = "1.0.0"

val logbackVersion = "1.2.13"
Expand All @@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.apache.pekko" %% "pekko-persistence-cassandra-launcher" % cassandraPluginVersion,
"org.apache.pekko" %% "pekko-persistence-testkit" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test)
"org.scalatest" %% "scalatest" % "3.2.18" % Test)

// transitive dependency of akka 2.5x that is brought in by addons but evicted
dependencyOverrides += "org.apache.pekko" %% "pekko-protobuf" % pekkoVersion
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 @@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test)
"org.scalatest" %% "scalatest" % "3.2.18" % Test)

Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint")

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "1.0.2"
val pekkoHttpVersion = "1.0.0"
val pekkoHttpVersion = "1.0.1"
val logbackVersion = "1.2.13"

lazy val buildSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/killrweather-fog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.2</pekko.version>
<pekko-http.version>1.0.0</pekko-http.version>
<pekko-http.version>1.0.1</pekko-http.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/killrweather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.2</pekko.version>
<pekko-http.version>1.0.0</pekko-http.version>
<pekko-http.version>1.0.1</pekko-http.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "1.0.2"
val pekkoHttpVersion = "1.0.0"
val pekkoHttpVersion = "1.0.1"
val logbackVersion = "1.2.13"

lazy val buildSettings = Seq(
Expand Down

0 comments on commit 22c24fc

Please sign in to comment.