Skip to content

Commit

Permalink
Merge pull request #776 from nationalarchives/scala-steward-dependencies
Browse files Browse the repository at this point in the history
Scala Steward Updates
  • Loading branch information
mergify[bot] authored Mar 11, 2024
2 parents f3d6e9b + eacc8ed commit 4fe2814
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.17
version = 3.8.0
preset = default
runner.dialect = scala213
maxColumn = 180
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version := "0.1.0-SNAPSHOT"

description := "The consignment API for TDR"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"
scalacOptions ++= Seq("-deprecation", "-feature")

(Compile / run / mainClass) := Some("uk.gov.nationalarchives.tdr.api.http.ApiServer")
Expand Down Expand Up @@ -58,18 +58,18 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-optics" % "0.15.0",
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-generic-extras" % "0.14.3",
"com.softwaremill.sttp.client3" %% "core" % "3.9.3",
"com.softwaremill.sttp.client3" %% "core" % "3.9.4",
"uk.gov.nationalarchives" %% "consignment-api-db" % "0.1.40",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.14",
"org.postgresql" % "postgresql" % "42.6.1",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.18",
"org.postgresql" % "postgresql" % "42.7.2",
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"ch.megard" %% "akka-http-cors" % "1.2.0",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"ch.qos.logback" % "logback-classic" % "1.5.3",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
"com.lightbend.akka" %% "akka-stream-alpakka-slick" % "6.0.2",
"software.amazon.awssdk" % "rds" % "2.21.46",
"software.amazon.awssdk" % "sts" % "2.21.46",
"software.amazon.awssdk" % "rds" % "2.25.6",
"software.amazon.awssdk" % "sts" % "2.25.6",
"com.github.cb372" %% "scalacache-caffeine" % "0.28.0",
"uk.gov.nationalarchives.oci" % "oci-tools-scala_2.13" % "0.4.0",
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
Expand All @@ -78,7 +78,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % "2.9.0-M2" % Test,
"com.tngtech.keycloakmock" % "mock" % "0.16.0" % Test,
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.190",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.193",
"io.github.hakky54" % "logcaptor" % "2.9.2" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainersVersion % Test,
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainersVersion % Test,
Expand Down

0 comments on commit 4fe2814

Please sign in to comment.