Skip to content

Commit

Permalink
Scala-Steward: Update circe-core, circe-generic, ... from 0.14.5 to 0…
Browse files Browse the repository at this point in the history
….14.6 (#351)
  • Loading branch information
scala-steward authored Sep 8, 2023
1 parent 7152c8a commit 33d5f9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.11"

val circeVersion = "0.14.5"
val circeVersion = "0.14.6"
val akkaVersion = "2.6.20"
val logbackVersion = "1.2.12"

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.5"
val circeVersion = "0.14.6"
val scalikeJdbcVersion = "3.5.0"

enablePlugins(AkkaGrpcPlugin, JavaAppPackaging, DockerPlugin, AkkaSerializationHelperPlugin)
Expand Down
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.11"

val circeVersion = "0.14.5"
val circeVersion = "0.14.6"
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 = "0.14.2"
val circeVersion = "0.14.5"
val circeVersion = "0.14.6"
val circeGenericExtrasVersion = "0.14.3"

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

0 comments on commit 33d5f9b

Please sign in to comment.