diff --git a/build.sbt b/build.sbt index 2c33a39..492d99d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.libraryDependencies ThisBuild / version := "v0.4.0-SNAPSHOT" ThisBuild / organization := "Tegonal GmbH" -ThisBuild / scalaVersion := "3.4.1" +ThisBuild / scalaVersion := "3.4.2" lazy val root = (project in file(".")) .settings(name := "workflow-helper")