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
typelevel-steward[bot] committed May 2, 2024
1 parent d0e0f40 commit 0bc8608
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 @@ -6,8 +6,8 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
inThisBuild(
List(
tlBaseVersion := "2.0",
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
licenses := List(
"BSD-3-Clause" -> url("http://opensource.org/licenses/BSD-3-Clause")
),
Expand Down

0 comments on commit 0bc8608

Please sign in to comment.