Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Dec 19, 2023
1 parent 992dfa0 commit bbc2df2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ val playGenerators = Project(id = "play-grpc-generators", file("play-generators"
buildInfoPackage := "play.grpc.gen",
// Only used in build tools (like sbt), so only 2.12 is needed:
crossScalaVersions := Seq(scala212),
scalaVersion := scala212,
scalaVersion := scala212,
)

val playTestkit = Project("play-grpc-testkit", file("play-testkit"))
Expand Down
2 changes: 1 addition & 1 deletion project/CommonPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object CommonPlugin extends AutoPlugin {
},
doc / javacOptions --= Seq("-Xlint:unchecked", "-Xlint:deprecation"),
crossScalaVersions := Seq(scala213),
scalaVersion := scala213,
scalaVersion := scala213,
)

val scalaVersionNumber = Def.setting(VersionNumber(scalaVersion.value))
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependencies {
val akkaGrpc = AkkaGrpcBuildInfo.version
val grpc = AkkaGrpcBuildInfo.grpcVersion

val play = "2.9.0-M2"
val play = "2.9.0-M2"

val scalaTest = "3.2.14"
val scalaTestPlusPlay = "6.0.0-M1"
Expand Down Expand Up @@ -74,7 +74,7 @@ object Dependencies {
val scalaTestPlusPlay = Compile.scalaTestPlusPlay % Test

val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
val logback = "ch.qos.logback" % "logback-classic" % "1.4.4" % "test"
val logback = "ch.qos.logback" % "logback-classic" % "1.4.4" % "test"
}

}

0 comments on commit bbc2df2

Please sign in to comment.