Skip to content

Commit 8082dd7

Browse files
committed
Scala 2.13.16 (was .15)
1 parent 64e7aa7 commit 8082dd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Submodule stdLib213 updated 1443 files

project/Build.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ object Build {
208208
* scala-library.
209209
*/
210210
def stdlibVersion(implicit mode: Mode): String = mode match {
211-
case NonBootstrapped => "2.13.15"
212-
case Bootstrapped => "2.13.15"
211+
case NonBootstrapped => "2.13.16"
212+
case Bootstrapped => "2.13.16"
213213
}
214214

215215
/** Version of the scala-library for which we will generate TASTy.
@@ -219,7 +219,7 @@ object Build {
219219
* We can use nightly versions to tests the future compatibility in development.
220220
* Nightly versions: https://scala-ci.typesafe.com/ui/native/scala-integration/org/scala-lang
221221
*/
222-
val stdlibBootstrappedVersion = "2.13.15"
222+
val stdlibBootstrappedVersion = "2.13.16"
223223

224224
val dottyOrganization = "org.scala-lang"
225225
val dottyGithubUrl = "https://github.com/scala/scala3"
@@ -1489,7 +1489,7 @@ object Build {
14891489
.exclude("org.eclipse.lsp4j","org.eclipse.lsp4j.jsonrpc"),
14901490
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.20.1",
14911491
),
1492-
libraryDependencies += ("org.scalameta" % "mtags-shared_2.13.15" % mtagsVersion % SourceDeps),
1492+
libraryDependencies += ("org.scalameta" % "mtags-shared_2.13.16" % mtagsVersion % SourceDeps),
14931493
ivyConfigurations += SourceDeps.hide,
14941494
transitiveClassifiers := Seq("sources"),
14951495
scalacOptions ++= Seq("-source", "3.3"), // To avoid fatal migration warnings

0 commit comments

Comments
 (0)