Skip to content

Commit d9e7426

Browse files
committed
.
1 parent 37b3aae commit d9e7426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ trait Testy extends TestModule.Munit with FormatFix {
5757

5858
object routes extends FormatFixPublish {
5959

60-
def scalaVersion: T[String] = "3.4.2" // Latest LTS
60+
def scalaVersion: T[String] = "3.3.3" // Latest LTS
6161

6262
def ivyDeps = Agg(
6363
ivy"org.http4s::http4s-core:${V.http4sVersion}",
@@ -111,7 +111,7 @@ object site extends SiteModule {
111111

112112
def scalaVersion = sjsls.scalaVersion
113113

114-
override def moduleDeps = Seq(sjsls)
114+
override def moduleDeps = Seq(sjsls)
115115
}
116116

117117
// SN deps which aren't yet there.

0 commit comments

Comments
 (0)