From 25b5e708ce3d7662769bfcba7b2848a388e23d94 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Thu, 16 Dec 2021 00:24:43 +0000 Subject: [PATCH] Update scala-library to 2.13.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 39638bd..ee25c73 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "learning-akka-http" version := "0.1" -scalaVersion := "2.13.5" +scalaVersion := "2.13.7" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-http" % "10.2.4",