Skip to content

Commit

Permalink
Merge branch 'master' into JapaneseTranslation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadmin committed Nov 8, 2023
2 parents 56e232a + dc055f8 commit 44ba329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ object Dependencies {
val CirceVersion = "0.14.6"
val ClipboardJsVersion = "2.0.11"
val DoobieVersion = "1.0.0-RC4"
val EmilVersion = "0.14.0"
val EmilVersion = "0.15.0"
val FlywayVersion = "9.22.3"
val Fs2Version = "3.9.2"
val Fs2Version = "3.9.3"
val H2Version = "2.2.224"
val Http4sVersion = "0.23.23"
val JQueryVersion = "3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
//addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") //unfortunately, sbt-microsite pulls in a very old version, not compatible
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")

0 comments on commit 44ba329

Please sign in to comment.