diff --git a/.github/workflows/continouos-integration.yml b/.github/workflows/continouos-integration.yml index eb273b6..6d40db3 100644 --- a/.github/workflows/continouos-integration.yml +++ b/.github/workflows/continouos-integration.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: true matrix: - scala: [ '2.13.13' ] + scala: [ '2.13.14' ] steps: - uses: actions/checkout@v3 @@ -70,12 +70,12 @@ jobs: matrix: distribution: [ 'corretto' ] jdk: [ '11' ] - scala: [ '2.13.13' ] + scala: [ '2.13.14' ] experimental: [ false ] include: - jdk: '17' distribution: 'corretto' - scala: '2.13.13' + scala: '2.13.14' experimental: true steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ee3b346..e7b838f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,9 +5,9 @@ import sbt.plugins.JvmPlugin object Dependencies extends AutoPlugin { object Version { - val scala213 = "2.13.13" + val scala213 = "2.13.14" - val play = "2.9.2" + val play = "2.9.3" val guice = "7.0.0" val jackson = "2.16.1" diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 3b261e0..4b15bbb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") // CI Release plugin. // ~ @@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // ~ // sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library. // See more: https://github.com/scoverage/sbt-scoverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") // Fixing Scala-Xml mess (Temp). ThisBuild / libraryDependencySchemes ++= Seq(