Skip to content

Commit 9070dec

Browse files
committed
use scala 3.5.0
1 parent 31b494b commit 9070dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object Deps {
5757
// The Scala version to use
5858
// When updating, run "Publish Bridges" Github Actions for the new version
5959
// and then add to it `bridgeScalaVersions`
60-
val scalaVersion = "3.5.0-RC7"
60+
val scalaVersion = "3.5.0"
6161
val scala2Version = "2.13.14"
6262
// Scoverage 1.x will not get releases for newer Scala versions
6363
val scalaVersionForScoverageWorker1 = "2.13.8"

0 commit comments

Comments
 (0)