Skip to content

Commit

Permalink
Revert "chore(deps): Non-AWS dependency updates"
Browse files Browse the repository at this point in the history
  • Loading branch information
aracho1 authored Aug 7, 2024
1 parent cbbb995 commit d9a0ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ val jacksonCbor: String = "2.17.2"
val jacksonScalaModule: String = "2.17.2"
val simpleConfigurationVersion: String = "1.5.7"
val googleOAuthClient: String = "1.36.0"
val nettyVersion: String = "4.1.112.Final"
val nettyVersion: String = "4.1.111.Final"
val slf4jVersion: String = "1.7.36"
val logbackVersion: String = "1.5.6"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(

resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")

Expand Down

0 comments on commit d9a0ce3

Please sign in to comment.