Skip to content

Commit

Permalink
Update scala-library to 2.13.8 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 5, 2022
1 parent d576f1b commit 8c4d148
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 @@ -43,7 +43,7 @@ lazy val core = project
.in(file("core"))
.settings(
name := "paradox",
crossScalaVersions := Seq(scalaVersion.value, "2.13.6"),
crossScalaVersions := Seq(scalaVersion.value, "2.13.8"),
libraryDependencies ++= Library.pegdown,
libraryDependencies ++= Seq(
Library.st4,
Expand Down

0 comments on commit 8c4d148

Please sign in to comment.