Skip to content

Commit

Permalink
dep: bump default scoverage version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed May 2, 2024
1 parent 74ebb68 commit 46001e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ target/
.project
.settings/

# Scala-IDE specific
.cache-main
.cache-tests
# Metals specific
.bsp
metals.sbt
.metals

# IntelliJ IDEA specific
.idea
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-scoverage"

import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts

lazy val scoverageVersion = "2.1.0"
lazy val scoverageVersion = "2.1.1"

inThisBuild(
List(
Expand Down

0 comments on commit 46001e3

Please sign in to comment.