Skip to content

Commit 53690c5

Browse files
Update deps (#451)
* Scala-Steward: Update logback-classic from 1.5.17 to 1.5.18 * Scala-Steward: Update circe-core from 0.14.10 to 0.14.12 * Scala-Steward: Update sbt from 1.10.10 to 1.10.11 * No longer run scalafmt after upgrades --------- Co-authored-by: Pawel Lipski <[email protected]>
1 parent c57460e commit 53690c5

File tree

11 files changed

+13
-21
lines changed

11 files changed

+13
-21
lines changed

.scala-steward.conf

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@ buildRoots = [
1111
"sbt-akka-serialization-helper/src/sbt-test/sbt-dumpschema/simple",
1212
]
1313

14-
scalafmt.runAfterUpgrading = true
15-
16-
pullRequests {
17-
frequency = "7 days"
18-
grouping = [
19-
{ name = "scalafmt_${hash}", title = "Update scalafmt", "filter" = [{"group" = "org.scalameta", "artifact" = "scalafmt-core"}] },
20-
{ name = "all_${hash}", title = "Update deps", "filter" = [{"group" = "*"}] }
21-
]
22-
}
14+
pullRequests.frequency = "7 days"
2315

2416
updates {
2517
# <PEKKO-UNCOMMENT-START>

examples/akka-cluster-app/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "akka-cluster-app"
66
version := "0.1"
77
scalaVersion := "2.13.16"
88

9-
val circeVersion = "0.14.10"
9+
val circeVersion = "0.14.12"
1010
val akkaVersion = "2.6.20"
1111

1212
lazy val `akka-cluster-app` = project
@@ -28,7 +28,7 @@ lazy val circeDependency = "io.circe" %% "circe-core" % circeVersion
2828
lazy val ashDependencies =
2929
Seq(AkkaSerializationHelperPlugin.annotation, AkkaSerializationHelperPlugin.circeAkkaSerializer)
3030

31-
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.17"
31+
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.18"
3232

3333
ThisBuild / semanticdbEnabled := true
3434
ThisBuild / semanticdbVersion := "4.12.6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.10
1+
sbt.version=1.10.11

examples/akka-persistence-app/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val akkaHttpVersion = "10.2.10"
2727
val akkaManagementVersion = "1.1.4"
2828
val akkaPersistenceJdbcVersion = "5.1.0"
2929
val akkaProjectionVersion = "1.2.5"
30-
val circeVersion = "0.14.10"
30+
val circeVersion = "0.14.12"
3131
val scalikeJdbcVersion = "3.5.0"
3232

3333
enablePlugins(AkkaGrpcPlugin, JavaAppPackaging, DockerPlugin, AkkaSerializationHelperPlugin)
@@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
5353
"com.typesafe.akka" %% "akka-discovery" % akkaVersion,
5454
// Common dependencies for logging and testing
5555
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
56-
"ch.qos.logback" % "logback-classic" % "1.5.17",
56+
"ch.qos.logback" % "logback-classic" % "1.5.18",
5757
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
5858
// 3. Using Akka Persistence
5959
"com.typesafe.akka" %% "akka-persistence-typed" % akkaVersion,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.10
1+
sbt.version=1.10.11

examples/event-migration/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "event-migration"
44
version := "0.1"
55
scalaVersion := "2.13.16"
66

7-
val circeVersion = "0.14.10"
7+
val circeVersion = "0.14.12"
88
val circeGenericExtrasVersion = "0.14.4"
99
val borerVersion = "1.8.0"
1010
val scalaTestVersion = "3.2.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.10
1+
sbt.version=1.10.11

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val akkaVersion = "2.6.20"
1111
val borerVersion = "1.8.0"
1212
val circeYamlVersion = "1.15.0"
13-
val circeVersion = "0.14.10"
13+
val circeVersion = "0.14.12"
1414
val circeGenericExtrasVersion = "0.14.4"
1515

1616
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.10
1+
sbt.version=1.10.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.10
1+
sbt.version=1.10.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.10
1+
sbt.version=1.10.11

0 commit comments

Comments
 (0)