Skip to content

Commit

Permalink
Merge pull request #300 from nafg/update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.19
  • Loading branch information
mergify[bot] committed Jun 23, 2024
2 parents 4ad2147 + 0803c11 commit 677d8e9
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 @@ -10,7 +10,7 @@ ThisBuild / scalaVersion := {
}
ThisBuild / organization := "io.github.nafg.simpleivr"

def ScalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
def ScalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

ThisBuild / scalacOptions ++=
ScalacOptions.all(scalaVersion.value)(
Expand Down

0 comments on commit 677d8e9

Please sign in to comment.