Skip to content

Commit

Permalink
Feedback: Updating logback-classing version + scalaVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleresca committed Oct 2, 2023
1 parent 7e69e7a commit 7a565d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions pekko-sample-grpc-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "pekko-grpc-kubernetes"
scalaVersion := "2.13.3"
scalaVersion := "2.13.11"

lazy val pekkoVersion = "1.0.1"
lazy val discoveryVersion = "1.0.0"
Expand All @@ -25,11 +25,12 @@ lazy val httpToGrpc = (project in file("http-to-grpc"))

"org.apache.pekko" %% "pekko-discovery-kubernetes-api" % discoveryVersion,

"ch.qos.logback" % "logback-classic" % "1.2.3"
"ch.qos.logback" % "logback-classic" % "1.4.11"
),
dockerExposedPorts := Seq(8080),
)

// gRPC back end that echoes back messages
lazy val grpcService = (project in file("grpc-service"))
.enablePlugins(PekkoGrpcPlugin, DockerPlugin, JavaAppPackaging)
.settings(
Expand All @@ -43,8 +44,6 @@ lazy val grpcService = (project in file("grpc-service"))

"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion,

"ch.qos.logback" % "logback-classic" % "1.2.3"
"ch.qos.logback" % "logback-classic" % "1.4.11"
)
)


Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
<appender-ref ref="ASYNC"/>
</root>

</configuration>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ spec:
service:
name: httptogrpc
port:
number: 8080
number: 8080

0 comments on commit 7a565d6

Please sign in to comment.