From d5cf4871d8cd13785a16a364ef091c860e6ece91 Mon Sep 17 00:00:00 2001 From: Puneet Khanduri Date: Sun, 16 Apr 2023 06:44:06 +0530 Subject: [PATCH] upgrade to scala 2.13.9 --- example/run.sh | 9 ++++----- pom.xml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/example/run.sh b/example/run.sh index 3e9fef4..d5ead30 100755 --- a/example/run.sh +++ b/example/run.sh @@ -2,7 +2,9 @@ if [ "$1" = "start" ]; then - echo "Build Diffy" && \ + echo "Your Diffy UI will be reached at http://localhost:8888" && \ + echo "You can run \"example/downstream.sh\" to send traffic to your Diffy instance." && \ + echo "Building Diffy" && \ mvn package && \ echo "Deploy Diffy" && \ @@ -15,10 +17,7 @@ then --service.protocol='http' \ --serviceName='ExampleService' \ --proxy.port=8880 \ - --http.port=8888 & \ - - echo "Your Diffy UI can be reached at http://localhost:8888" - echo "You can now run \"example/downstream.sh\" to send traffic to your Diffy instance." + --http.port=8888 else echo "Please make sure you run \"example/downstream.sh\" before running \"example/run.sh start\"" fi diff --git a/pom.xml b/pom.xml index 97e27f1..ec1e7f1 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ org.scala-lang scala-library - 2.13.8 + 2.13.9 org.springframework.boot