Skip to content

Commit e39cb2c

Browse files
committed
use scala 3.5.0
1 parent d85280a commit e39cb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

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

0 commit comments

Comments
 (0)