Skip to content

Commit 1280aef

Browse files
committed
Upgrade Scala to 3.8.3
1 parent a956af4 commit 1280aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ object cmd extends CommonSettings {
6262
}
6363

6464
trait CommonSettings extends ScalaModule, PublishModule {
65-
def scalaVersion = "3.7.1"
65+
def scalaVersion = "3.8.3"
6666
def sourceRoots = Seq(os.RelPath("."))
6767
def sources = Task.Sources(
6868
sourceRoots.map(directory => moduleDir / directory / "src" / "main" / "scala")*

0 commit comments

Comments
 (0)