Skip to content

Commit

Permalink
Merge pull request #122 from tototoshi/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
tototoshi authored Jul 15, 2024
2 parents 75822e5 + 6582e3d commit 591c47e
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
@@ -1,7 +1,7 @@
val _version = "0.10.2-SNAPSHOT"
val _json4sVersion = "3.6.12"
val _playVersion = play.core.PlayVersion.current
val _scalatestVersion = "3.2.15"
val _scalatestVersion = "3.2.17"

val json4sCore = "org.json4s" %% "json4s-core" % _json4sVersion
val json4sNative = "org.json4s" %% "json4s-native" % _json4sVersion
Expand Down

0 comments on commit 591c47e

Please sign in to comment.