@@ -208,8 +208,8 @@ object Build {
208
208
* scala-library.
209
209
*/
210
210
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 "
213
213
}
214
214
215
215
/** Version of the scala-library for which we will generate TASTy.
@@ -219,7 +219,7 @@ object Build {
219
219
* We can use nightly versions to tests the future compatibility in development.
220
220
* Nightly versions: https://scala-ci.typesafe.com/ui/native/scala-integration/org/scala-lang
221
221
*/
222
- val stdlibBootstrappedVersion = " 2.13.15 "
222
+ val stdlibBootstrappedVersion = " 2.13.16 "
223
223
224
224
val dottyOrganization = " org.scala-lang"
225
225
val dottyGithubUrl = " https://github.com/scala/scala3"
@@ -1489,7 +1489,7 @@ object Build {
1489
1489
.exclude(" org.eclipse.lsp4j" ," org.eclipse.lsp4j.jsonrpc" ),
1490
1490
" org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.20.1" ,
1491
1491
),
1492
- libraryDependencies += (" org.scalameta" % " mtags-shared_2.13.15 " % mtagsVersion % SourceDeps ),
1492
+ libraryDependencies += (" org.scalameta" % " mtags-shared_2.13.16 " % mtagsVersion % SourceDeps ),
1493
1493
ivyConfigurations += SourceDeps .hide,
1494
1494
transitiveClassifiers := Seq (" sources" ),
1495
1495
scalacOptions ++= Seq (" -source" , " 3.3" ), // To avoid fatal migration warnings
0 commit comments