Skip to content

Commit

Permalink
Merge pull request #239 from hagay3/feature/hagai/playJsonRC7
Browse files Browse the repository at this point in the history
play json rc7 upgrade
  • Loading branch information
hagay3 authored Oct 18, 2022
2 parents ea25068 + 5bd1c66 commit edcec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val akkaSlf4j = ("com.typesafe.akka" %% "akka-slf4j" % akkaVersion).cross(CrossV
val logback = "ch.qos.logback" % "logback-classic" % "1.4.0" % Runtime

// the Json formatters are based on Play Json
val playJson = "com.typesafe.play" %% "play-json" % "2.10.0-RC6"
val playJson = "com.typesafe.play" %% "play-json" % "2.10.0-RC7"
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.3"

val awsJavaSdkCore = "com.amazonaws" % "aws-java-sdk-core" % "1.12.233"
Expand Down

0 comments on commit edcec2e

Please sign in to comment.