Skip to content

Commit ed208b1

Browse files
Update dependency scala to v3.5.1
1 parent a2eace4 commit ed208b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val commonSettings: Seq[Setting[?]] =
2424
organizationName := "Mehmet Akif Tütüncü",
2525
scalafixDependencies += scalafixOrganizeImports,
2626
scalafixOnCompile := true,
27-
scalaVersion := "3.4.2",
27+
scalaVersion := "3.5.1",
2828
scmInfo := Some(ScmInfo(url("https://github.com/makiftutuncu/effect"), "git@github.com:makiftutuncu/effect.git")),
2929
semanticdbEnabled := true,
3030
semanticdbVersion := scalafixSemanticdb.revision,

0 commit comments

Comments
 (0)