Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/controllers/Application.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 = {
Expand Down
1 change: 1 addition & 0 deletions app/views/releaseNotes/releaseNotesIndex.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<h1>Scalactic Release Notes</h1>

<ul>
<li><a href="@routes.ReleaseNotes.v("3.3.0")">Version 3.3.0</a></li>
<li><a href="@routes.ReleaseNotes.v("3.2.20")">Version 3.2.20</a></li>
<li><a href="@routes.ReleaseNotes.v("3.2.19")">Version 3.2.19</a></li>
<li><a href="@routes.ReleaseNotes.v("3.2.18")">Version 3.2.18</a></li>
Expand Down