From d8818f98bf75b68405e055cec47bee669d124707 Mon Sep 17 00:00:00 2001 From: Moda Automation Devops Date: Tue, 12 Sep 2023 08:01:15 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bcf4740..e8db9fb 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.12" lazy val commonSettings = Seq( ThisBuild / turbo := true,