Skip to content

Commit

Permalink
Update Production (#95)
Browse files Browse the repository at this point in the history
* Update play-ahc-ws, play-ehcache, ... to 3.0.1 (#83)

* Update scalatestplus-play to 7.0.1 (#85)

* Update asciidoctorj to 2.5.11 (#84)

* Update sbt to 1.9.9 (#88)

* Update scala-library to 2.13.13 (#89)

* Update play-ahc-ws, play-ehcache, ... to 3.0.2 (#92)

* Update asciidoctorj to 2.5.12 (#93)

* fix: Correct the responsiveness of the iframe youtube (#94)

---------

Co-authored-by: Lunatech Ops <hostmaster@lunatech.com>
Co-authored-by: Lucas Leblanc <44496264+Dedelweiss@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 19, 2024
1 parent 017c86e commit 0ad8ec2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/utils/components/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,10 @@ article {
color: #C21823;
}
}
@include phone {
.videoblock iframe {
width: 100%;
height: 240px;
}
}
}
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ version := "1.0-SNAPSHOT"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

libraryDependencies ++= Seq(
guice, ws, ehcache,
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test,
"org.asciidoctor" % "asciidoctorj" % "2.5.10",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
"org.asciidoctor" % "asciidoctorj" % "2.5.12",
"com.47deg" %% "github4s" % "0.21.0",
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2")
addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 comments on commit 0ad8ec2

Please sign in to comment.