Skip to content

Commit

Permalink
Play 3.0.x and Pekko updates (#6)
Browse files Browse the repository at this point in the history
* Play 3.0.x and Pekko updates

* fix: downgrade versions

---------

Co-authored-by: Alfredo Torre <atorre@descartes.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 22, 2023
1 parent 51d5107 commit e54866c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -3,7 +3,7 @@ import java.util.Properties
val json4sVersion = "4.0.7"
val circeVersion = "0.14.6"
val pekkoVersion = "1.0.2"
val playVersion = "2.9.2"
val playVersion = "3.0.1"

val appProperties = {
val prop = new Properties()
Expand Down Expand Up @@ -95,7 +95,7 @@ lazy val `play-json` = (project in file("./addons/play-json")).
settings(commonSettings: _*).
settings(
name := "op-rabbit-play-json",
libraryDependencies += "com.typesafe.play" %% "play-json" % playVersion).
libraryDependencies += "org.playframework" %% "play-json" % playVersion).
dependsOn(core)

lazy val `spray-json` = (project in file("./addons/spray-json")).
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")

addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit e54866c

Please sign in to comment.