Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent f608399 commit f541853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
jdk: [[email protected], [email protected], [email protected]]
scala: [2.12.14, 2.13.6]
scala: [2.12.14, 2.13.12]
name: Test ${{ matrix.os }} -- ${{ matrix.jdk }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lazy val dijon = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(commonSettings)
.settings(publishSettings)
.settings(
scalaVersion := "2.13.6", // Update .github/workflows/ci.yml when changing this
scalaVersion := "2.13.12", // Update .github/workflows/ci.yml when changing this
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.13.3",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
Expand Down

0 comments on commit f541853

Please sign in to comment.