Skip to content

Commit c44a965

Browse files
committed
Update scala3-library to 3.1.1
1 parent d9f4537 commit c44a965

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)