Skip to content

Commit

Permalink
Update Dependencies.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jun 26, 2023
1 parent d2dffb3 commit 83bcb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Dependencies {
val persistenceTestkit = "org.apache.pekko" %% "pekko-persistence-testkit" % Versions.pekko % "test"

val scalatest = "org.scalatest" %% "scalatest" % Versions.scalaTest % allTestConfig
val scalatestJUnit = "org.scalatestplus" %% "junit-4-12" % (Versions.scalaTest + ".0") % allTestConfig
val scalatestJUnit = "org.scalatestplus" %% "junit-4-13" % (Versions.scalaTest + ".0") % allTestConfig
val junit = "junit" % "junit" % Versions.junit % allTestConfig

val h2Driver = Compile.h2Driver % allTestConfig
Expand Down

0 comments on commit 83bcb13

Please sign in to comment.