Skip to content

Commit 64511a5

Browse files
Update scala3-library, ... to 3.3.7
1 parent 641ee83 commit 64511a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / mergifyStewardConfig ~= {
1010
_.map(_.withAuthor("typelevel-steward[bot]"))
1111
}
1212

13-
ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.5")
13+
ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.7")
1414

1515
lazy val root = tlCrossRootProject
1616
.aggregate(toolkit, toolkitTest, tests)
@@ -101,7 +101,7 @@ lazy val docs = project
101101
.enablePlugins(TypelevelSitePlugin)
102102
.dependsOn(toolkit.jvm)
103103
.settings(
104-
scalaVersion := "3.3.5",
104+
scalaVersion := "3.3.7",
105105
tlSiteHelium ~= {
106106
_.site.mainNavigation(
107107
appendLinks = List(

0 commit comments

Comments
 (0)