Skip to content

Commit 8d4053a

Browse files
committed
Update scala3-library to 3.0.1
1 parent 2697f7f commit 8d4053a

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.0",
38+
scalaVersion := "3.0.1",
3939
Compile / scalafix / unmanagedSources :=
4040
(Compile / unmanagedSources).value
4141
.filterNot(file => file.getParent().endsWith("internal"))

0 commit comments

Comments
 (0)