Skip to content

Commit

Permalink
Merge pull request #241 from guardian/db-rt-eb/remove-metadata-provided
Browse files Browse the repository at this point in the history
Ensure sbt detects version incompatibilities
  • Loading branch information
Divs-B committed Mar 13, 2024
2 parents 7ec7c8c + cd929de commit adcfe4e
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 @@ -108,7 +108,7 @@ lazy val scala = Project(id = "content-api-models-scala", base = file("scala"))
* JSON parser project
*/
lazy val json = Project(id = "content-api-models-json", base = file("json"))
.dependsOn(scala % "provided")
.dependsOn(scala)
.settings(artifactProductionSettings)
.settings(
description := "Json parser for the Guardian's Content API models",
Expand Down

0 comments on commit adcfe4e

Please sign in to comment.