diff --git a/build.sbt b/build.sbt index 245838e..228ae6e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.io.File import Dependecies.* -ThisBuild / scalaVersion := "3.3.3" +ThisBuild / scalaVersion := "3.4.0" ThisBuild / organization := "io.github.kelvindev15" enablePlugins(CucumberPlugin) @@ -24,7 +24,7 @@ Compile / doc / target := baseDirectory.value / "api" lazy val hello = (project in file(".")) .settings( name := "Hello", - scalaVersion := "3.3.3", + scalaVersion := "3.4.0", libraryDependencies ++= scalaTestBundle, libraryDependencies ++= cucumberBundle, libraryDependencies += scalaTestJUnit5,