Skip to content

Commit 7d20722

Browse files
Update scala-library to 2.13.17
1 parent 405699c commit 7d20722

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
@@ -46,7 +46,7 @@ lazy val phantomDependencies = project
4646
"org.typelevel" %%% "cats-effect" % "3.6.3",
4747
"org.scalameta" %%% "munit" % "1.1.1" % Test,
4848
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
49-
"org.scala-lang" % "scala-library" % "2.13.16",
49+
"org.scala-lang" % "scala-library" % "2.13.17",
5050
"org.scala-lang" % "scala3-library_3" % "3.3.7"
5151
),
5252
)

0 commit comments

Comments
 (0)