Skip to content

Commit e23d5ea

Browse files
Update dependency scala to v3.5.1
1 parent 601e25d commit e23d5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ThisBuild / version := "0.1.0-SNAPSHOT"
22

3-
ThisBuild / scalaVersion := "3.1.3"
3+
ThisBuild / scalaVersion := "3.5.1"
44

55
lazy val root = (project in file("."))
66
.settings(
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
1010

1111
lazy val commonSettings = Seq(
1212
organization := "com.pureblocks.surfsup",
13-
scalaVersion := "3.1.3"
13+
scalaVersion := "3.5.1"
1414
)
1515

1616
lazy val rootProject = (project in file("."))

0 commit comments

Comments
 (0)