Skip to content

Commit

Permalink
Update deps (#416)
Browse files Browse the repository at this point in the history
* Scala-Steward: Update circe-core from 0.14.8 to 0.14.9

* Scala-Steward: Update sbt-dependency-graph from 0.9.1 to 0.9.2
  • Loading branch information
scala-steward authored Jul 5, 2024
1 parent 880d0c9 commit 36870e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/akka-cluster-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "akka-cluster-app"
version := "0.1"
scalaVersion := "2.13.14"

val circeVersion = "0.14.8"
val circeVersion = "0.14.9"
val akkaVersion = "2.6.20"

lazy val `akka-cluster-app` = project
Expand Down
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val akkaHttp2SupportVersion = "10.2.10"
val akkaManagementVersion = "1.1.4"
val akkaPersistenceJdbcVersion = "5.1.0"
val akkaProjectionVersion = "1.2.5"
val circeVersion = "0.14.8"
val circeVersion = "0.14.9"
val scalikeJdbcVersion = "3.5.0"

enablePlugins(AkkaGrpcPlugin, JavaAppPackaging, DockerPlugin, AkkaSerializationHelperPlugin)
Expand Down
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
2 changes: 1 addition & 1 deletion examples/event-migration/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "event-migration"
version := "0.1"
scalaVersion := "2.13.14"

val circeVersion = "0.14.8"
val circeVersion = "0.14.9"
val circeGenericExtrasVersion = "0.14.3"
val borerVersion = "1.8.0"
val scalaTestVersion = "3.2.10"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val akkaVersion = "2.6.20"
val borerVersion = "1.8.0"
val circeYamlVersion = "1.15.0"
val circeVersion = "0.14.8"
val circeVersion = "0.14.9"
val circeGenericExtrasVersion = "0.14.3"

val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
Expand Down

0 comments on commit 36870e3

Please sign in to comment.