Skip to content

Commit 819ae1f

Browse files
bump: scala-library 2.13.13 (was 2.13.12) (#609)
1 parent d895ede commit 819ae1f

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
@@ -66,7 +66,7 @@ lazy val core = project
6666
.in(file("core"))
6767
.settings(
6868
name := "paradox",
69-
crossScalaVersions := Seq(scalaVersion.value, "2.13.12"),
69+
crossScalaVersions := Seq(scalaVersion.value, "2.13.13"),
7070
libraryDependencies ++= Library.pegdown,
7171
libraryDependencies ++= Seq(
7272
Library.st4,

0 commit comments

Comments
 (0)