Skip to content

Commit

Permalink
Merge pull request #83 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
lindseydew authored Jul 17, 2024
2 parents c05fc56 + b199694 commit 33df8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ crossScalaVersions := Seq(scalaVersion.value, "2.12.19")
resolvers ++= Resolver.sonatypeOssRepos("releases")

libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2",
"org.playframework" %% "play-json" % "3.0.4",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.specs2" %% "specs2-core" % "4.20.7" % Test
"org.specs2" %% "specs2-core" % "4.20.8" % Test
)

Test / unmanagedResourceDirectories += baseDirectory.value / "json"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 33df8a2

Please sign in to comment.