Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into update/cats-effect-std-3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive authored Oct 11, 2021
2 parents 9822c0a + ec71018 commit 3424b2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: ~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}
- run: sbt ${{ matrix.command }}
- uses: codecov/codecov-action@v2.0.3
- uses: codecov/codecov-action@v2.1.0
if: startsWith(matrix.command, '++2.13')
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Versions {
val scala_213 = "2.13.6"
val catsEffect = "3.2.9"
val fs2 = "3.1.1"
val fs2 = "3.1.5"
val jeromq = "0.5.2"
val weaver = "0.7.6"
val bm4 = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.16")
Expand Down

0 comments on commit 3424b2a

Please sign in to comment.