File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Version https://scalameta.org/scalafmt/docs/configuration.html#version
2- version = 3.9 .7
2+ version = 3.9 .8
33# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
44runner.dialect = scala213
55
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ object Dependencies {
2525 val akkaGrpc : String = AkkaGrpcBuildInfo .version
2626 val grpc : String = AkkaGrpcBuildInfo .grpcVersion
2727
28- val play = " 2.9.7 "
28+ val play = " 2.9.8 "
2929
3030 val scalaTest = " 3.2.17"
31- val scalaTestPlusPlay = " 6.0.1 "
31+ val scalaTestPlusPlay = " 6.0.2 "
3232
3333 val macwire = " 2.5.9"
3434
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
2- addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.9 " )
2+ addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.10 " )
33addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
4- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
4+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
55addSbtPlugin(" com.lightbend.sbt" % " sbt-java-formatter" % " 0.8.0" )
66addSbtPlugin(
77 " com.lightbend.akka.grpc" % " sbt-akka-grpc" %
You can’t perform that action at this time.
0 commit comments