Skip to content

Commit 18aa883

Browse files
chore(deps): update dependency scala to v3.4.0
1 parent e6fdd62 commit 18aa883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.io.File
22
import Dependecies.*
33

4-
ThisBuild / scalaVersion := "3.3.3"
4+
ThisBuild / scalaVersion := "3.4.0"
55
ThisBuild / organization := "io.github.kelvindev15"
66

77
enablePlugins(CucumberPlugin)
@@ -24,7 +24,7 @@ Compile / doc / target := baseDirectory.value / "api"
2424
lazy val hello = (project in file("."))
2525
.settings(
2626
name := "Hello",
27-
scalaVersion := "3.3.3",
27+
scalaVersion := "3.4.0",
2828
libraryDependencies ++= scalaTestBundle,
2929
libraryDependencies ++= cucumberBundle,
3030
libraryDependencies += scalaTestJUnit5,

0 commit comments

Comments
 (0)