Skip to content

Commit

Permalink
Update scala-library to 2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 2, 2021
1 parent 4c99d81 commit bf6a0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publishTo := Some(Resolver.evolutionReleases)

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.6", "2.12.14")
crossScalaVersions := Seq("2.13.7", "2.12.14")

libraryDependencies ++= Seq(
`cats-effect`,
Expand Down

0 comments on commit bf6a0be

Please sign in to comment.