We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641ee83 commit 64511a5Copy full SHA for 64511a5
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / mergifyStewardConfig ~= {
10
_.map(_.withAuthor("typelevel-steward[bot]"))
11
}
12
13
-ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.5")
+ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.7")
14
15
lazy val root = tlCrossRootProject
16
.aggregate(toolkit, toolkitTest, tests)
@@ -101,7 +101,7 @@ lazy val docs = project
101
.enablePlugins(TypelevelSitePlugin)
102
.dependsOn(toolkit.jvm)
103
.settings(
104
- scalaVersion := "3.3.5",
+ scalaVersion := "3.3.7",
105
tlSiteHelium ~= {
106
_.site.mainNavigation(
107
appendLinks = List(
0 commit comments