Skip to content

Commit

Permalink
Merge pull request #482 from innFactory/update/play-json-3.0.0
Browse files Browse the repository at this point in the history
chore: update play-json, play-json-joda from 2.10.2 to 3.0.0
  • Loading branch information
mergify[bot] authored Oct 24, 2023
2 parents 0ff0a6e + dbd2da3 commit b1483eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bin/setup/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file("."))
scalaVersion := "2.13.12",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.8.0",
"com.typesafe.play" %% "play-json" % "2.9.2",
"org.playframework" %% "play-json" % "2.9.2",
"org.rogach" %% "scallop" % "4.1.0"
),
assembly / assemblyMergeStrategy := {
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ object Dependencies {
val slickPgPlayJson = "com.github.tminglei" %% "slick-pg_play-json" % "0.20.4"
val slickPgJts = "com.github.tminglei" %% "slick-pg_jts" % "0.20.4"
val slickJodaMapper = "com.github.tototoshi" %% "slick-joda-mapper" % "2.4.2"
val playJson = "com.typesafe.play" %% "play-json" % "2.10.2"
val playJsonJoda = "com.typesafe.play" %% "play-json-joda" % "2.10.2"
val playJson = "org.playframework" %% "play-json" % "3.0.0"
val playJsonJoda = "org.playframework" %% "play-json-joda" % "3.0.0"
val slick = "com.typesafe.slick" %% "slick" % "3.3.3"
val slickCodegen = "com.typesafe.slick" %% "slick-codegen" % "3.3.3"
val slickHikaricp = "com.typesafe.slick" %% "slick-hikaricp" % "3.3.3"
Expand Down

0 comments on commit b1483eb

Please sign in to comment.