Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalatest to 3.2.19 #1993

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/src/main/scala/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt._
import sbt.Keys._

object Dependencies {
val scalatestVersion = "3.2.18"
val scalatestVersion = "3.2.19"

val testDependencies = Seq(
"org.scalatest" %% "scalatest" % scalatestVersion % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/javaDropwizard.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object javaDropwizard {
val javaxAnnotationVersion = "1.3.2"
val jaxbApiVersion = "2.3.1"
val jerseyVersion = "2.25.1"
val scalatestVersion = "3.2.18"
val scalatestVersion = "3.2.19"
val vavrVersion = "0.10.3"

val dependencies = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/javaSpringMvc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sbt.Keys._

object javaSpringMvc {
val javaxAnnotationVersion = "1.3.2"
val scalatestVersion = "3.2.18"
val scalatestVersion = "3.2.19"
val springBootVersion = "2.7.18"

val dependencies = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaAkkaHttp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object scalaAkkaHttp {
val javaxElVersion = "3.0.0"
val jaxbApiVersion = "2.3.1"
val refinedVersion = "0.11.0"
val scalatestVersion = "3.2.18"
val scalatestVersion = "3.2.19"

val dependencies = Seq(
"javax.annotation" % "javax.annotation-api" % javaxAnnotationVersion, // for jdk11
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaDropwizard.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object scalaDropwizard {
val javaxAnnotationVersion = "1.3.2"
val jaxbApiVersion = "2.3.1"
val jerseyVersion = "2.25.1"
val scalatestVersion = "3.2.18"
val scalatestVersion = "3.2.19"

val dependencies = Seq(
"javax.annotation" % "javax.annotation-api" % javaxAnnotationVersion, // for jdk11
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaHttp4s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object scalaHttp4s {
val circeVersion = "0.14.6"
val javaxAnnotationVersion = "1.3.2"
val jaxbApiVersion = "2.3.1"
val scalatestVersion = "3.2.18"
val scalatestVersion = "3.2.19"

val dependenciesV0_22 = {
val catsEffectVersion = "2.5.4"
Expand Down
Loading