Skip to content

Commit

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

* Scala-Steward: Update scalatest from 3.2.18 to 3.2.19
  • Loading branch information
scala-steward authored Jun 25, 2024
1 parent 2f44d15 commit 6b3be9e
Show file tree
Hide file tree
Showing 4 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.7"
val circeVersion = "0.14.8"
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.7"
val circeVersion = "0.14.8"
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.14"

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

val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
val logger = "org.slf4j" % "slf4j-simple" % "1.7.36"
val reflections = "net.oneandone.reflections8" % "reflections8" % "0.11.7"
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
Expand Down

0 comments on commit 6b3be9e

Please sign in to comment.