Skip to content

Commit

Permalink
Merge pull request #206 from typelevel/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.4
  • Loading branch information
mergify[bot] authored Sep 27, 2024
2 parents e784aeb + c27aaa4 commit e71bd64
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.15", "3.3.3")
ThisBuild / crossScalaVersions := Seq("2.13.15", "3.3.4")

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.3",
scalaVersion := "3.3.4",
tlSiteHelium ~= {
_.site.mainNavigation(
appendLinks = List(
Expand Down

0 comments on commit e71bd64

Please sign in to comment.