Skip to content

Commit

Permalink
Merge pull request #127 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
aracho1 authored Oct 2, 2024
2 parents 3813ff3 + 0dc2020 commit dae763d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ val commonSettings: immutable.Seq[Def.Setting[_]] = List(
},
organization := "com.gu",
version := "1.0",
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
val specsScalaCheck =
"org.specs2" %% "specs2-scalacheck" % specsVersion % "test"
val specsMock = "org.specs2" %% "specs2-mock" % specsVersion % "test"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.32"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.33"

//DependencyOverride
val commonsLogging = "commons-logging" % "commons-logging" % "1.2"
Expand Down

0 comments on commit dae763d

Please sign in to comment.