Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed May 28, 2024
1 parent 55091c4 commit e52070a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import scala.collection.mutable

def scala212 = "2.12.19"
def scala213 = "2.13.13"
def scala213 = "2.13.14"
def scala3 = "3.3.3"
def scala2Versions = List(scala212, scala213)
def allScalaVersions = scala2Versions :+ scala3
Expand Down
2 changes: 1 addition & 1 deletion mdoc-sbt/src/sbt-test/sbt-mdoc/basic/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / crossScalaVersions := List("2.12.19", "2.13.13", "3.3.3")
ThisBuild / crossScalaVersions := List("2.12.19", "2.13.14", "3.3.3")

enablePlugins(MdocPlugin)
mdocJS := Some(jsapp)
Expand Down
2 changes: 1 addition & 1 deletion mdoc-sbt/src/sbt-test/sbt-mdoc/extra-arguments/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / scalaVersion := "2.13.14"

enablePlugins(MdocPlugin)

0 comments on commit e52070a

Please sign in to comment.