Skip to content

Commit

Permalink
Update scala-library to 2.13.11 (#216)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.11

* Update scala version in github ci to 2.13.11

---------

Co-authored-by: Ilya Surkov <isurkov@evolution.com>
  • Loading branch information
scala-steward and Ilya Surkov committed Jun 12, 2023
1 parent 10f2320 commit 660e5a0
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 @@ -21,7 +21,7 @@ jobs:
matrix:
scala:
# - 3.2.0
- 2.13.10
- 2.13.11
- 2.12.17

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ organizationHomepage := Some(url("http://evolutiongaming.com"))

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.10", /*"3.2.0", */"2.12.17")
crossScalaVersions := Seq("2.13.11", /*"3.2.0", */"2.12.17")

libraryDependencies ++= crossSettings(
scalaVersion.value,
Expand Down

0 comments on commit 660e5a0

Please sign in to comment.