Skip to content

Commit

Permalink
Attempt to exclude deps with com.typesafe.play from `play-json-exte…
Browse files Browse the repository at this point in the history
…nsion`

`ai.x:play-json-extension:0.42.0` has not been updated yet to use the new `org.playframework` groupId. Tried to use the workaround suggested here bizzabo/play-json-extensions#94 but was unsuccessful.
  • Loading branch information
ioannakok committed Apr 10, 2024
1 parent 1607845 commit 485b9ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ val common = library("common")
pekkoSlf4j,
),
TestAssets / mappings ~= filterAssets,
// excludeDependencies ++= Seq(
// // As of Play 3.0, groupId has changed to org.playframework; exclude transitive dependencies to the old artifacts
// ExclusionRule(organization = "com.typesafe.play")
// ),
)

val commonWithTests = withTests(common)
Expand Down

0 comments on commit 485b9ec

Please sign in to comment.