Skip to content

Commit

Permalink
Merge branch 'master' into update/tdr-auth-utils-0.0.157
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Aug 31, 2023
2 parents be78ef3 + e4f81b3 commit 82c4f3e
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.120"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.121"
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.319-SNAPSHOT"
ThisBuild / version := "0.0.320-SNAPSHOT"

0 comments on commit 82c4f3e

Please sign in to comment.