Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jan 29, 2025
1 parent 8f5a8e7 commit b8fe345
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 b8fe345

Please sign in to comment.