Skip to content

Commit

Permalink
bump: scala-library 2.13.14 (was 2.13.13) (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent 376981b commit d69e594
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 @@ -66,7 +66,7 @@ lazy val core = project
.in(file("core"))
.settings(
name := "paradox",
crossScalaVersions := Seq(scalaVersion.value, "2.13.13"),
crossScalaVersions := Seq(scalaVersion.value, "2.13.14"),
libraryDependencies ++= Library.pegdown,
libraryDependencies ++= Seq(
Library.st4,
Expand Down

0 comments on commit d69e594

Please sign in to comment.