Skip to content

Commit 130a1b5

Browse files
authored
Merge branch 'main' into update/sbt-ci-release-1.11.2
2 parents 11c96ad + aa0cb87 commit 130a1b5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ object Dependencies {
77
val http4s = "1.0.0-M30"
88
}
99

10-
val sangria = "org.sangria-graphql" %% "sangria" % "4.2.10"
10+
val sangria = "org.sangria-graphql" %% "sangria" % "4.2.11"
1111
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
1212
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.18"
1313

14-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
14+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
1515
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % V.http4s
1616
val http4sCirce = "org.http4s" %% "http4s-circe" % V.http4s
1717
val http4sDsl = "org.http4s" %% "http4s-dsl" % V.http4s
@@ -23,5 +23,5 @@ object Dependencies {
2323
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
2424
val scalapbRuntime =
2525
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
26-
val weaver = "org.typelevel" %% "weaver-cats" % "0.9.1"
26+
val weaver = "org.typelevel" %% "weaver-cats" % "0.9.3"
2727
}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.2
1+
sbt.version=1.11.5

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
22
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
44
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
55

66
// https://github.com/scalapb/ScalaPB
77
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
8-
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.18"
8+
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20"

0 commit comments

Comments
 (0)