File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1- sbt.version =1.11.2
1+ sbt.version =1.11.5
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.25.0" )
22addSbtPlugin(" 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 " )
44addSbtPlugin(" io.spray" % " sbt-revolver" % " 0.10.0" )
55
66// https://github.com/scalapb/ScalaPB
77addSbtPlugin(" 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 "
You can’t perform that action at this time.
0 commit comments