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 37b3aae commit d9e7426Copy full SHA for d9e7426
build.sc
@@ -57,7 +57,7 @@ trait Testy extends TestModule.Munit with FormatFix {
57
58
object routes extends FormatFixPublish {
59
60
- def scalaVersion: T[String] = "3.4.2" // Latest LTS
+ def scalaVersion: T[String] = "3.3.3" // Latest LTS
61
62
def ivyDeps = Agg(
63
ivy"org.http4s::http4s-core:${V.http4sVersion}",
@@ -111,7 +111,7 @@ object site extends SiteModule {
111
112
def scalaVersion = sjsls.scalaVersion
113
114
- override def moduleDeps = Seq(sjsls)
+ override def moduleDeps = Seq(sjsls)
115
}
116
117
// SN deps which aren't yet there.
0 commit comments