Skip to content

Commit 94580c8

Browse files
committed
Update scala-library to 2.13.7
1 parent 5215810 commit 94580c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.13.6]
25+
scala: [2.13.7]
2626
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name := "test-repo-2"
22

3-
scalaVersion := "2.13.6"
3+
scalaVersion := "2.13.7"
44

55
/// sbt-github-actions configuration
66

7-
ThisBuild / crossScalaVersions := Seq("2.13.6")
7+
ThisBuild / crossScalaVersions := Seq("2.13.7")
88
ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]")
99

1010
libraryDependencies += "com.github.japgolly.scalajs-react" % "core_sjs1_2.13" % "2.0.0-RC5"

0 commit comments

Comments
 (0)