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.
2 parents 8f5a8e7 + b8fe345 commit a3b38a9Copy full SHA for a3b38a9
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.4")
+ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.5")
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.4",
+ scalaVersion := "3.3.5",
105
tlSiteHelium ~= {
106
_.site.mainNavigation(
107
appendLinks = List(
0 commit comments