Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.15 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 21, 2021
1 parent 215f9e7 commit 244bf4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import scala.collection.mutable

def scala212 = "2.12.14"
def scala212 = "2.12.15"
def scala211 = "2.11.12"
def scala213 = "2.13.6"
def scala3 = "3.0.1"
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,4 +1,4 @@
scalaVersion.in(ThisBuild) := "2.12.14"
scalaVersion.in(ThisBuild) := "2.12.15"

enablePlugins(MdocPlugin)
mdocJS := Some(jsapp)
Expand Down

0 comments on commit 244bf4b

Please sign in to comment.