Skip to content

Commit

Permalink
Merge pull request #15 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
rtyley authored Apr 26, 2024
2 parents b58427d + 12913c9 commit c7243dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtrelease.ReleaseStateTransformations._
import sbtversionpolicy.withsbtrelease.ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease

ThisBuild / scalaVersion := "2.13.12"
ThisBuild / scalaVersion := "2.13.13"

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

Expand All @@ -10,7 +10,7 @@ libraryDependencies ++= List(
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.http4s" %% "http4s-blaze-server" % "0.23.16" % Test,
"org.http4s" %% "http4s-dsl" % "0.23.25" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.0" % Test
"ch.qos.logback" % "logback-classic" % "1.5.1" % Test
)

lazy val root = (project in file("."))
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.8
sbt.version = 1.9.9

0 comments on commit c7243dc

Please sign in to comment.