Skip to content

Commit

Permalink
Merge branch 'master' into update/tdr-auth-utils-0.0.161
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Sep 4, 2023
2 parents f303c74 + ec6f80f commit 2157a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
lazy val decline = "com.monovore" %% "decline" % monovoreDeclineVersion
lazy val declineEffect = "com.monovore" %% "decline-effect" % monovoreDeclineVersion
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.124"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.125"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % log4CatsVersion
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.324-SNAPSHOT"
ThisBuild / version := "0.0.325-SNAPSHOT"

0 comments on commit 2157a44

Please sign in to comment.