Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala Steward Updates #587

Merged
merged 18 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
07d88e1
Update cats-effect to 3.5.7 in scala-steward-dependencies
tna-da-bot Nov 28, 2024
1a7822b
Update kms-utils to 0.1.223 in scala-steward-dependencies
tna-da-bot Nov 28, 2024
6109a5b
Merge pull request #583 from nationalarchives/update/scala-steward-de…
mergify[bot] Nov 28, 2024
c2f8216
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Nov 28, 2024
4ec1f0c
Merge pull request #582 from nationalarchives/update/scala-steward-de…
mergify[bot] Nov 28, 2024
aca8334
Update sbt, scripted-plugin to 1.10.6 in scala-steward-dependencies
tna-da-bot Dec 1, 2024
87e6357
Update kms-utils to 0.1.224 in scala-steward-dependencies
tna-da-bot Dec 1, 2024
42219c6
Merge pull request #586 from nationalarchives/update/scala-steward-de…
mergify[bot] Dec 1, 2024
3ed2448
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Dec 1, 2024
d27992a
Merge pull request #585 from nationalarchives/update/scala-steward-de…
mergify[bot] Dec 1, 2024
7275162
Update tdr-generated-graphql to 0.0.396 in scala-steward-dependencies
tna-da-bot Dec 4, 2024
bdfa7bb
Update tdr-graphql-client to 0.0.196 in scala-steward-dependencies
tna-da-bot Dec 4, 2024
7192cd4
Merge pull request #589 from nationalarchives/update/scala-steward-de…
mergify[bot] Dec 4, 2024
ce0f77c
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Dec 4, 2024
55f1f80
Merge pull request #590 from nationalarchives/update/scala-steward-de…
mergify[bot] Dec 4, 2024
e40893f
Update kms-utils to 0.1.225 in scala-steward-dependencies
tna-da-bot Dec 7, 2024
b0de388
Merge pull request #588 from nationalarchives/update/scala-steward-de…
mergify[bot] Dec 7, 2024
b1d0b61
Merge branch 'master' into scala-steward-dependencies
ian-hoyle Dec 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import sbt._

object Dependencies {
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.222"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.391"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.194"
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.225"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.396"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.196"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % "2.7.0"
lazy val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
lazy val mockitoScala = "org.mockito" %% "mockito-scala" % "1.17.37"
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.10.5
sbt.version=1.10.6
Loading