Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit a74dcb5

Browse files
authored
Fix Scala version (#79)
- 3.0.0-RC3 -> 3.0.0 (accidentally reverted to RC3)
1 parent 71b8711 commit a74dcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-snippets/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
33

44
lazy val `dotty-snippets` = project
55
.in(file("."))
6-
.settings(ThisBuild / scalaVersion := "3.0.0-RC3")
6+
.settings(ThisBuild / scalaVersion := "3.0.0")
77
.settings(
88
name := "dotty-simple",
99
version := "0.1.0",

0 commit comments

Comments
 (0)