We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fdd62 commit 18aa883Copy full SHA for 18aa883
build.sbt
@@ -1,7 +1,7 @@
1
import java.io.File
2
import Dependecies.*
3
4
-ThisBuild / scalaVersion := "3.3.3"
+ThisBuild / scalaVersion := "3.4.0"
5
ThisBuild / organization := "io.github.kelvindev15"
6
7
enablePlugins(CucumberPlugin)
@@ -24,7 +24,7 @@ Compile / doc / target := baseDirectory.value / "api"
24
lazy val hello = (project in file("."))
25
.settings(
26
name := "Hello",
27
- scalaVersion := "3.3.3",
+ scalaVersion := "3.4.0",
28
libraryDependencies ++= scalaTestBundle,
29
libraryDependencies ++= cucumberBundle,
30
libraryDependencies += scalaTestJUnit5,
0 commit comments