From df08fab7e4b89127e760346f0e3fcd04d9a14676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Sep 2021 00:46:30 +0000 Subject: [PATCH] Update scala-library to 2.13.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 447be7f..4c4e697 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val deploy = taskKey[Unit]("Deploy to lambda") lazy val commonSettings = Seq( version := "0.3.0-SNAPSHOT", - scalaVersion := "2.13.5", + scalaVersion := "2.13.6", scalacOptions ++= List( "-deprecation", "-feature",