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 5215810 commit 94580c8Copy full SHA for 94580c8
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.13.6]
+ scala: [2.13.7]
26
java: [[email protected]]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -1,10 +1,10 @@
1
name := "test-repo-2"
2
3
-scalaVersion := "2.13.6"
+scalaVersion := "2.13.7"
4
5
/// sbt-github-actions configuration
6
7
-ThisBuild / crossScalaVersions := Seq("2.13.6")
+ThisBuild / crossScalaVersions := Seq("2.13.7")
8
ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]")
9
10
libraryDependencies += "com.github.japgolly.scalajs-react" % "core_sjs1_2.13" % "2.0.0-RC5"
0 commit comments