diff --git a/build.sbt b/build.sbt index bcf4740..1b93c46 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.scalaSource organization := "com.modaoperandi" name := "sc-state-machine" -scalaVersion := "2.13.7" +scalaVersion := "2.13.11" lazy val commonSettings = Seq( ThisBuild / turbo := true,