From bd1ce9ca07e4b521d0b642c254e79f758c734d9d Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:18:29 +0000 Subject: [PATCH] Update scala-library to 2.13.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 710720e..9f2ccb1 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "akka-http-swagger-example" version := "0.1" -scalaVersion := "2.13.5" +scalaVersion := "2.13.9" val AkkaVersion = "2.6.15" val AkkaHttpVersion = "10.2.8"