Skip to content

Commit

Permalink
Merge pull request #167 from typelevel/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik authored Sep 26, 2024
2 parents 7625721 + 905177d commit 7e097c6
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 @@ -46,7 +46,7 @@ lazy val phantomDependencies = project
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.scala-lang" % "scala-library" % "2.13.14",
"org.scala-lang" % "scala-library" % "2.13.15",
"org.scala-lang" % "scala3-library_3" % "3.3.3"
),
)

0 comments on commit 7e097c6

Please sign in to comment.