Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#155)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.13

* Update Dependencies.scala

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] and pjfanning committed Mar 12, 2024
1 parent 88d6374 commit bd74c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import sbt._

object Dependencies {
// keep in sync with .github/workflows/unit-tests.yml
val scala212Version = "2.12.18"
val scala213Version = "2.13.12"
val scala212Version = "2.12.19"
val scala213Version = "2.13.13"
val scala3Version = "3.3.3"
val scalaVersions = Seq(scala212Version, scala213Version, scala3Version)

Expand Down

0 comments on commit bd74c38

Please sign in to comment.