Skip to content

Commit

Permalink
Merge branch 'scalacenter:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
skingle authored Aug 12, 2024
2 parents 72eaab2 + 3fcd4f5 commit 9e5188f
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2"
version = "3.8.3"
runner.dialect = scala213source3
maxColumn = 120
align.preset = some
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7")
addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

libraryDependencies ++= Seq(
"org.testcontainers" % "postgresql" % "1.19.8",
"org.testcontainers" % "elasticsearch" % "1.19.8",
"org.testcontainers" % "postgresql" % "1.20.1",
"org.testcontainers" % "elasticsearch" % "1.20.1",
"org.tpolecat" %% "doobie-postgres" % "0.13.4"
)

0 comments on commit 9e5188f

Please sign in to comment.