Skip to content

Commit

Permalink
Scala Steward Updates (#3871)
Browse files Browse the repository at this point in the history
* Update tdr-auth-utils to 0.0.197 in scala-steward-dependencies

* Update tdr-metadata-validation to 0.0.22 in scala-steward-dependencies

* Update circe-core, circe-generic to 0.14.7 in scala-steward-dependencies

* Update tdr-generated-graphql to 0.0.375 in scala-steward-dependencies

* Update tdr-graphql-client to 0.0.155 in scala-steward-dependencies

* Update tdr-graphql-client to 0.0.156 in scala-steward-dependencies

* Update scala-library to 2.13.14 in scala-steward-dependencies

* Update s3-utils to 0.1.168 in scala-steward-dependencies

* Update sbt to 1.10.0 in scala-steward-dependencies

* Update tdr-graphql-client to 0.0.157 in scala-steward-dependencies

* Update tdr-metadata-validation to 0.0.23 in scala-steward-dependencies

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: ian-hoyle <[email protected]>
  • Loading branch information
3 people authored May 7, 2024
1 parent 4e3027f commit 73dc022
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala)

watchSources ++= (baseDirectory.value / "npm/src" ** "*").get

scalaVersion := "2.13.12"
scalaVersion := "2.13.14"

libraryDependencies += guice
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
Expand All @@ -22,16 +22,16 @@ libraryDependencies ++= Seq(
"org.pac4j" %% "play-pac4j" % playPac4jVersion excludeAll (ExclusionRule("commons-io", "commons-io"), ExclusionRule(organization = "com.fasterxml.jackson.core")),
"org.pac4j" % "pac4j-http" % pac4jVersion excludeAll (ExclusionRule(organization = "com.fasterxml.jackson.core")),
"org.pac4j" % "pac4j-oidc" % pac4jVersion,
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-core" % "0.14.7",
"io.circe" %% "circe-generic" % "0.14.7",
"com.softwaremill.sttp.client" %% "core" % sttpVersion,
"com.softwaremill.sttp.client" %% "circe" % sttpVersion,
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % sttpVersion,
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.154",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.190",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.374",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.14",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.161",
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.157",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.197",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.375",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.23",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.168",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"ch.qos.logback" % "logback-classic" % "1.5.6",
ws,
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

0 comments on commit 73dc022

Please sign in to comment.