Skip to content

Commit

Permalink
Update Scala version in docs and scripts as well
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Jan 19, 2025
1 parent c3901b5 commit a6d562b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ extra:
link: https://twitter.com/@scalaland
scala:
2_12: "2.12.20"
2_13: "2.13.15"
2_13: "2.13.16"
3: "3.3.4"
libraries:
cats: "2.12.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/test-snippets.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala 3.3.3
//> using scala 3.3.4
//> using dep com.kubuszok::scala-cli-md-spec:0.1.1
//> using dep org.virtuslab::scala-yaml:0.3.0

Expand Down Expand Up @@ -45,7 +45,7 @@ class ChimneyExtendedRunner(runner: Runner)(
mkDocsCfg: MkDocsConfig
) extends Runner {

private val defaultScalaVersion = "2.13.15"
private val defaultScalaVersion = "2.13.16"

private val replacePatterns = (mkDocsCfg.extra + (raw"chimney_version\(\)" -> chimneyVersion)).map { case (k, v) =>
(raw"\{\{\s*" + k + raw"\s*\}\}") -> v
Expand Down

0 comments on commit a6d562b

Please sign in to comment.