Skip to content

Commit

Permalink
update sbt plugin for paradox (#100)
Browse files Browse the repository at this point in the history
* update

* upgrade scala

* upgrade sbt
  • Loading branch information
pjfanning committed Mar 15, 2024
1 parent 22c24fc commit f73b859
Show file tree
Hide file tree
Showing 35 changed files with 34 additions and 38 deletions.
2 changes: 0 additions & 2 deletions docs-gen/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo

lazy val `pekko-sample-cluster-java` = project
.enablePlugins(PekkoSamplePlugin)
.settings(
Expand Down
2 changes: 1 addition & 1 deletion docs-gen/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
4 changes: 1 addition & 3 deletions docs-gen/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
resolvers += Resolver.ApacheMavenSnapshotsRepo

addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0+5-b3a6a5ce-SNAPSHOT")
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
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 @@ -10,7 +10,7 @@ lazy val `pekko-sample-cluster-client-grpc-scala` = project
.settings(multiJvmSettings: _*)
.settings(
organization := "org.apache.pekko",
scalaVersion := "2.13.11",
scalaVersion := "2.13.13",
Compile / scalacOptions ++= Seq(
"-deprecation",
"-feature",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-docker-compose-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "org.apache.pekko"

/* scala versions and options */
scalaVersion := "2.13.11"
scalaVersion := "2.13.13"

// These options will be used for *all* versions.
scalacOptions ++= Seq(
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
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 @@ -2,7 +2,7 @@ organization := "org.apache.pekko"
name := "pekko-sample-cluster-docker-compose-scala"

/* scala versions and options */
scalaVersion := "2.13.11"
scalaVersion := "2.13.13"

// These options will be used for *all* versions.
scalacOptions ++= Seq(
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val `pekko-sample-cluster-java` = project
.settings(multiJvmSettings: _*)
.settings(
organization := "org.apache.pekko",
scalaVersion := "2.13.11",
scalaVersion := "2.13.13",
Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
Compile / javacOptions ++= Seq("-parameters", "-Xlint:unchecked", "-Xlint:deprecation"),
run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m", "-Djava.library.path=./target/native"),
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
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 @@ -2,7 +2,7 @@ ThisBuild / organization := "org.apache.pekko"

name := "pekko-sample-cluster-kubernetes-scala"

scalaVersion := "2.13.11"
scalaVersion := "2.13.13"
val pekkoHttpVersion = "1.0.1"
val pekkoVersion = "1.0.2"
val pekkoManagementVersion = "1.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val `pekko-sample-cluster-scala` = project
.settings(multiJvmSettings: _*)
.settings(
organization := "org.apache.pekko",
scalaVersion := "2.13.11",
scalaVersion := "2.13.13",
Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
Compile / javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"),
run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m", "-Djava.library.path=./target/native"),
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
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 @@ -10,7 +10,7 @@ val `pekko-sample-distributed-data-java` = project
.settings(
organization := "org.apache.pekko",
version := "1.0",
scalaVersion := "2.13.11",
scalaVersion := "2.13.13",
Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
Compile / javacOptions ++= Seq("-parameters", "-Xlint:unchecked", "-Xlint:deprecation", "-Xdiags:verbose"),
run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m"),
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
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 @@ -10,7 +10,7 @@ val `pekko-sample-distributed-data-scala` = project
.settings(
organization := "org.apache.pekko",
version := "1.0",
scalaVersion := "2.13.11",
scalaVersion := "2.13.13",
Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
Compile / javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"),
run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m"),
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
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 @@ -2,7 +2,7 @@ name := "pekko-distributed-workers-scala"

version := "1.0"

scalaVersion := "2.13.11"
scalaVersion := "2.13.13"
val pekkoVersion = "1.0.2"
val cassandraPluginVersion = "1.0.0"
val logbackVersion = "1.2.13"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "pekko-sample-fsm-scala"
val pekkoVersion = "1.0.2"
val logbackVersion = "1.2.13"

scalaVersion := "2.13.11"
scalaVersion := "2.13.13"
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
"ch.qos.logback" % "logback-classic" % logbackVersion)
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-grpc-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "pekko-grpc-kubernetes"
scalaVersion := "2.13.11"
scalaVersion := "2.13.13"

lazy val pekkoVersion = "1.0.2"
lazy val discoveryVersion = "1.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-kafka-to-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val EmbeddedKafkaVersion = "2.4.1.1"
val logbackVersion = "1.2.13"
val slf4jVersion = "1.7.32"

ThisBuild / scalaVersion := "2.13.11"
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / organization := "org.apache.pekko"
ThisBuild / Compile / scalacOptions ++= Seq(
"-deprecation",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "org.apache.pekko"
name := "pekko-sample-replicated-event-sourcing-scala"

scalaVersion := "2.13.11"
scalaVersion := "2.13.13"

val pekkoVersion = "1.0.2"
val cassandraPluginVersion = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-persistence-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "org.apache.pekko"
name := "pekko-sample-persistence-scala"

scalaVersion := "2.13.11"
scalaVersion := "2.13.13"
val pekkoVersion = "1.0.2"
val logbackVersion = "1.2.13"

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val logbackVersion = "1.2.13"

lazy val buildSettings = Seq(
organization := "org.apache.pekko",
scalaVersion := "2.13.11")
scalaVersion := "2.13.13")

lazy val commonJavacOptions = Seq(
"-Xlint:unchecked",
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion pekko-sample-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val logbackVersion = "1.2.13"

lazy val buildSettings = Seq(
organization := "org.apache.pekko",
scalaVersion := "2.13.11")
scalaVersion := "2.13.13")

lazy val commonScalacOptions = Seq(
"-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9

0 comments on commit f73b859

Please sign in to comment.