diff --git a/app/controllers/Application.scala b/app/controllers/Application.scala index 3c007e0a..049200f5 100644 --- a/app/controllers/Application.scala +++ b/app/controllers/Application.scala @@ -60,7 +60,7 @@ class Application @Inject() (cc: ControllerComponents) extends AbstractControlle object Application { - val latestVersion = "3.2.20" + val latestVersion = "3.3.0" val latestSuperSafeVersion = "1.1.12" val supersafeScalaVersion = "2.13.18" val milestoneVersion = "3.1.0-RC3" @@ -69,7 +69,7 @@ object Application { val milestoneScaladoc = "http://www.artima.com/docs-scalatest-3.1.0-RC3" val scaladocsLocation = "http://doc.scalatest.org" val releasesLocation = "http://www.artima.com/downloadScalaTest" - val baseScalaVersion = "3.3.7" + val baseScalaVersion = "3.3.8" val majorMinorScalaVersion = "3" def scaladocsPageUrl(file: String, version: String = latestVersion): String = { diff --git a/app/views/releaseNotes/releaseNotesIndex.scala.html b/app/views/releaseNotes/releaseNotesIndex.scala.html index 5abe2f72..841a6fda 100644 --- a/app/views/releaseNotes/releaseNotesIndex.scala.html +++ b/app/views/releaseNotes/releaseNotesIndex.scala.html @@ -20,6 +20,7 @@