We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a956af4 commit 1280aefCopy full SHA for 1280aef
1 file changed
build.mill
@@ -62,7 +62,7 @@ object cmd extends CommonSettings {
62
}
63
64
trait CommonSettings extends ScalaModule, PublishModule {
65
- def scalaVersion = "3.7.1"
+ def scalaVersion = "3.8.3"
66
def sourceRoots = Seq(os.RelPath("."))
67
def sources = Task.Sources(
68
sourceRoots.map(directory => moduleDir / directory / "src" / "main" / "scala")*
0 commit comments