Skip to content

Commit

Permalink
Merge branch 'main' into update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Apr 6, 2024
2 parents fd02e0b + a22163a commit 9ee8d34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.0
version = 3.8.1
runner.dialect = scala213
project.git = true
style = defaultWithAlign
Expand Down
6 changes: 4 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ object Dependencies {
"org.apache.pekko" %% "pekko-projection-durable-state" % PekkoProjectionVersion % Test
val pekkoProjectionTestKit = "org.apache.pekko" %% "pekko-projection-testkit" % PekkoProjectionVersion % Test

val postgresql = "org.postgresql" % "postgresql" % "42.3.8" % Test
val postgresql = "org.postgresql" % "postgresql" % "42.3.10" % Test

val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
val junit = "junit" % "junit" % "4.12" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
val junit = "junit" % "junit" % "4.13.2" % Test
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test
}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // for maintenance of copyright file header
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

// for releasing
Expand Down

0 comments on commit 9ee8d34

Please sign in to comment.