Skip to content

Commit

Permalink
Merge pull request #104 from guardian/an/remove-play-guice
Browse files Browse the repository at this point in the history
remove play-guice from atom-manager-play-lib
  • Loading branch information
andrew-nowak authored Jun 11, 2024
2 parents 5a8d982 + 4d39763 commit 9505339
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions atom-manager-play-lib/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsVersion,
"org.mockito" % "mockito-core" % mockitoVersion % Test,
"org.playframework" %% "play-test" % playVersion % Test,
guice
"org.playframework" %% "play-test" % playVersion % Test
)
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.1")

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")
Expand Down

0 comments on commit 9505339

Please sign in to comment.