Skip to content

Commit

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

* Update scala version in github ci to 2.12.18

---------

Co-authored-by: Ilya Surkov <ilyas9406@yandex.ru>
  • Loading branch information
scala-steward and i-surkov committed Jun 12, 2023
1 parent 660e5a0 commit 03143ca
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 @@ -22,7 +22,7 @@ jobs:
scala:
# - 3.2.0
- 2.13.11
- 2.12.17
- 2.12.18

steps:
- uses: actions/checkout@v3
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.11", /*"3.2.0", */"2.12.17")
crossScalaVersions := Seq("2.13.11", /*"3.2.0", */"2.12.18")

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

0 comments on commit 03143ca

Please sign in to comment.