Skip to content

Commit

Permalink
Merge pull request #27162 from guardian/various-updates
Browse files Browse the repository at this point in the history
Update Play, Play JSON, sbt, Scala, SBT Native Packager
  • Loading branch information
ioannakok authored May 20, 2024
2 parents 0335159 + ffd86d8 commit 0ccefb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val dispatchVersion = "0.13.1"
val romeVersion = "1.0"
val jerseyVersion = "1.19.4"
val playJsonVersion = "3.0.2"
val playJsonVersion = "3.0.3"
val apacheCommonsLang = "org.apache.commons" % "commons-lang3" % "3.11"
val awsCore = "com.amazonaws" % "aws-java-sdk-core" % awsVersion
val awsCloudwatch = "com.amazonaws" % "aws-java-sdk-cloudwatch" % awsVersion
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object ProjectSettings {
Compile / packageDoc / publishArtifact := false,
Compile / doc / sources := Seq.empty,
Compile / doc := target.map(_ / "none").value,
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
cleanAll := Def.taskDyn {
val allProjects = ScopeFilter(inAnyProject)
clean.all(allProjects)
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.9.9
sbt.version=1.10.0
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ libraryDependencies ++= Seq(

resolvers ++= Resolver.sonatypeOssRepos("releases")

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3")

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

Expand Down

0 comments on commit 0ccefb2

Please sign in to comment.