Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 2, 2024
1 parent 59eb410 commit 8148ea7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/html-entities/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19")
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.20")

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/only-code-blocks/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.nio.charset.StandardCharsets

import complete.DefaultParsers._

crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19")
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.20")

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/scalatest30/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.nio.charset.StandardCharsets

import complete.DefaultParsers._

crossScalaVersions := Seq("2.12.19", "2.13.14")
crossScalaVersions := Seq("2.12.20", "2.13.14")

// Declares scalatest, scalacheck dependencies explicitly.
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/scalatest31/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.nio.charset.StandardCharsets

import complete.DefaultParsers._

crossScalaVersions := Seq("2.12.19", "2.13.14")
crossScalaVersions := Seq("2.12.20", "2.13.14")

// Declares scalatest, scalacheck dependencies explicitly.
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/simple/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.nio.charset.StandardCharsets

import complete.DefaultParsers._

crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19")
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.20")

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

Expand Down

0 comments on commit 8148ea7

Please sign in to comment.