Skip to content

Commit

Permalink
Merge pull request #69 from tarao/renovate/scalatestversion
Browse files Browse the repository at this point in the history
Update dependency org.scalatest:scalatest to v3.2.18
  • Loading branch information
tarao authored Feb 15, 2024
2 parents 31a7cf1 + 1d2f522 commit 8449037
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 @@ -30,7 +30,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(
)

val circeVersion = "0.14.6"
val scalaTestVersion = "3.2.17"
val scalaTestVersion = "3.2.18"

lazy val compileSettings = Def.settings(
// Default options are set by sbt-typelevel-settings
Expand Down

0 comments on commit 8449037

Please sign in to comment.