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>

(cherry picked from commit 03143ca)
  • Loading branch information
scala-steward authored and i-surkov committed Jun 12, 2023
1 parent 06756db commit ea011a6
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 @@ -20,7 +20,7 @@ jobs:
matrix:
scala:
- 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 @@ -14,7 +14,7 @@ organizationHomepage := Some(url("http://evolutiongaming.com"))

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.11", "2.12.17")
crossScalaVersions := Seq("2.13.11", "2.12.18")

libraryDependencies ++= Seq(
compilerPlugin(betterMonadicFor),
Expand Down

0 comments on commit ea011a6

Please sign in to comment.