Skip to content

Commit

Permalink
Merge pull request #129 from typelevel/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.13
  • Loading branch information
TonioGela authored Apr 8, 2024
2 parents 9a9427a + dbbff36 commit 1ee4d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val phantomDependencies = project
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.scalameta" %%% "munit" % "0.7.29" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,
"org.scala-lang" % "scala-library" % "2.13.12",
"org.scala-lang" % "scala-library" % "2.13.13",
"org.scala-lang" % "scala3-library_3" % "3.3.3"
),
)

0 comments on commit 1ee4d92

Please sign in to comment.