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",