Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Apr 29, 2024
1 parent 2eedb3c commit 12959b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Dependencies._
val basicSettings = Seq(
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
version := "1.4.1",
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
homepage := Some(url("http://parboiled.org")),
organization := "org.parboiled",
organizationHomepage := Some(url("http://parboiled.org")),
Expand Down Expand Up @@ -43,7 +43,7 @@ val basicSettings = Seq(
(doc / scalacOptions) ++= Seq("-doc-title", name.value, "-doc-version", version.value),

// publishing
crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3"),
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
scalaBinaryVersion := {
if (CrossVersion.isScalaApiCompatible(scalaVersion.value)) CrossVersion.binaryScalaVersion(scalaVersion.value)
else scalaVersion.value
Expand Down

0 comments on commit 12959b9

Please sign in to comment.