Skip to content

Commit

Permalink
Exclusion has been added, so I think this is okay as is
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfurey committed Apr 26, 2024
1 parent c3feb30 commit 967c57b
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 @@ -101,7 +101,7 @@ libraryDependencies ++= Seq(
"org.json4s" %% "json4s-native" % json4sVersion,
"org.json4s" %% "json4s-jackson" % json4sVersion,
"org.playframework" %% "play-json-joda" % "3.0.2",
"ai.x" %% "play-json-extensions" % "0.40.2", // todo: more work required, see https://github.com/bizzabo/play-json-extensions/issues/94
"ai.x" %% "play-json-extensions" % "0.40.2",

"org.postgresql" % "postgresql" % "42.3.9",
"org.scalikejdbc" %% "scalikejdbc" % "4.2.0",
Expand Down

0 comments on commit 967c57b

Please sign in to comment.