Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 29, 2024
1 parent c8aae90 commit 0a787a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
scala: [2.12.17, 2.13.10]
scala: [2.12.17, 2.13.13]
project: [scalaUriJVM, scalaUriJS]
coverage: [coverage]
coverageReport: [coverageReport]
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.typesafe.tools.mima.plugin.MimaKeys.{mimaBinaryIssueFilters, mimaPrev
name := "scala-uri root"

ThisBuild / scalaVersion := "3.2.2"
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10", scalaVersion.value)
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.13", scalaVersion.value)
publish / skip := true // Do not publish the root project

val simulacrumScalafixVersion = "0.5.4"
Expand Down

0 comments on commit 0a787a7

Please sign in to comment.