Skip to content

Commit

Permalink
Update dependency scala to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 601e25d commit e23d5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / scalaVersion := "3.1.3"
ThisBuild / scalaVersion := "3.5.1"

lazy val root = (project in file("."))
.settings(
Expand All @@ -10,7 +10,7 @@ lazy val root = (project in file("."))

lazy val commonSettings = Seq(
organization := "com.pureblocks.surfsup",
scalaVersion := "3.1.3"
scalaVersion := "3.5.1"
)

lazy val rootProject = (project in file("."))
Expand Down

0 comments on commit e23d5ea

Please sign in to comment.