Skip to content

Commit

Permalink
Set scala 2.13 for scastie
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 21, 2021
1 parent e846ef3 commit 3f58c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/docs/index.md
Expand Up @@ -49,7 +49,8 @@ def setOutput(code: String): IO[Unit] = IO {
"#output",
js.Dynamic.literal(
code = code,
sbtConfig = """libraryDependencies += "org.http4s" %% "http4s-core" % "0.23.6""""
sbtConfig = """libraryDependencies += "org.http4s" %% "http4s-core" % "0.23.6"""",
scalaVersion = "2.13.7"
)
)
}
Expand Down

0 comments on commit 3f58c45

Please sign in to comment.