Skip to content

Commit 325526f

Browse files
authored
Merge pull request #47 from scala-steward/update/scala3-library-3.1.1
Update scala3-library to 3.1.1
2 parents 1a4ea76 + c44a965 commit 325526f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lazy val output = project
3535
.in(file("output"))
3636
.settings(
3737
name := "output",
38-
scalaVersion := "3.0.2",
38+
scalaVersion := "3.1.1",
3939
Compile / scalafix / unmanagedSources :=
4040
(Compile / unmanagedSources).value
4141
.filterNot(file => file.getParent().endsWith("internal"))

0 commit comments

Comments
 (0)