Skip to content

Commit

Permalink
upgrade to scala 2.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetkhanduri committed Apr 16, 2023
1 parent 328177f commit d5cf487
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions example/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand All @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.8</version>
<version>2.13.9</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit d5cf487

Please sign in to comment.