Skip to content

Commit

Permalink
Merge pull request #235 from typelevel/update/scala3-library-3.3.5
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.5
  • Loading branch information
mergify[bot] authored Jan 29, 2025
2 parents 8f5a8e7 + b8fe345 commit a3b38a9
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 @@ -10,7 +10,7 @@ ThisBuild / mergifyStewardConfig ~= {
_.map(_.withAuthor("typelevel-steward[bot]"))
}

ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.4")
ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.5")

lazy val root = tlCrossRootProject
.aggregate(toolkit, toolkitTest, tests)
Expand Down Expand Up @@ -101,7 +101,7 @@ lazy val docs = project
.enablePlugins(TypelevelSitePlugin)
.dependsOn(toolkit.jvm)
.settings(
scalaVersion := "3.3.4",
scalaVersion := "3.3.5",
tlSiteHelium ~= {
_.site.mainNavigation(
appendLinks = List(
Expand Down

0 comments on commit a3b38a9

Please sign in to comment.