Skip to content

Commit

Permalink
Run examples with scala 2.12.18 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Oct 16, 2023
1 parent 4bd5a7a commit cc89818
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ object scala extends Module {
}

trait Examples extends SbtModule {
private def examplesScalaVersion = "2.12.12"
private def examplesScalaVersion = "2.12.18"
private def baseRepoRoot = os.rel / "out" / "repo"
def scalaVersion = ScalaVersions.scala3Latest
object test extends Tests {
Expand Down
2 changes: 1 addition & 1 deletion examples/colors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"mimetype": "text/x-scala",
"name": "scala",
"nbconvert_exporter": "script",
"version": "2.12.12"
"version": "2.12.18"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/displays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"mimetype": "text/x-scala",
"name": "scala",
"nbconvert_exporter": "script",
"version": "2.12.12"
"version": "2.12.18"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/plotly-scala.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@
"mimetype": "text/x-scala",
"name": "scala",
"nbconvert_exporter": "script",
"version": "2.12.12"
"version": "2.12.18"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/scalapy-displays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"mimetype": "text/x-scala",
"name": "scala",
"nbconvert_exporter": "script",
"version": "2.12.12"
"version": "2.12.18"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mimetype": "text/x-scala",
"name": "scala",
"nbconvert_exporter": "script",
"version": "2.12.12"
"version": "2.12.18"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cc89818

Please sign in to comment.