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 8e61648 commit b8577bbCopy full SHA for b8577bb
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest]
11
- scala: [2.13.8]
+ scala: [2.13.16]
12
java: [adopt@1.8]
13
runs-on: ${{ matrix.os }}
14
steps:
project/ProjectSettings.scala
@@ -12,7 +12,7 @@ object ProjectSettings {
lazy val commonProfile: Project => Project = _
.enablePlugins(ScalaJSBundlerPlugin, ScalafixPlugin)
.settings(
15
- crossScalaVersions := Seq("2.13.8"),
+ crossScalaVersions := Seq("2.13.16"),
16
scalaVersion := crossScalaVersions.value.last,
17
webpackBundlingMode := BundlingMode.LibraryOnly(),
18
useYarn := true,
0 commit comments