Skip to content

Commit

Permalink
Merge pull request #539 from guardian/upgrade-sbt-to-allow-running-sc…
Browse files Browse the repository at this point in the history
…ala-steward

Upgrade `sbt` to allow Scala Steward to run
  • Loading branch information
rtyley authored Oct 23, 2024
2 parents e296b50 + e69fa9f commit 3d35558
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.10.3
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
// need to add jdeb dependency explicitly because https://github.com/sbt/sbt-native-packager/issues/1053
libraryDependencies += "org.vafer" % "jdeb" % "1.3" artifacts (Artifact("jdeb", "jar", "jar"))

/*
See https://github.com/guardian/maintaining-scala-projects/issues/13
*/
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 comments on commit 3d35558

Please sign in to comment.