@@ -144,8 +144,8 @@ object Build {
144
144
* scala-library.
145
145
*/
146
146
def stdlibVersion (implicit mode : Mode ): String = mode match {
147
- case NonBootstrapped => " 2.13.12 "
148
- case Bootstrapped => " 2.13.12 "
147
+ case NonBootstrapped => " 2.13.13 "
148
+ case Bootstrapped => " 2.13.13 "
149
149
}
150
150
151
151
/** Version of the scala-library for which we will generate TASTy.
@@ -155,7 +155,7 @@ object Build {
155
155
* We can use nightly versions to tests the future compatibility in development.
156
156
* Nightly versions: https://scala-ci.typesafe.com/ui/native/scala-integration/org/scala-lang
157
157
*/
158
- val stdlibBootstrappedVersion = " 2.13.12 "
158
+ val stdlibBootstrappedVersion = " 2.13.13 "
159
159
160
160
val dottyOrganization = " org.scala-lang"
161
161
val dottyGithubUrl = " https://github.com/scala/scala3"
@@ -1361,7 +1361,7 @@ object Build {
1361
1361
.exclude(" org.eclipse.lsp4j" ," org.eclipse.lsp4j.jsonrpc" ),
1362
1362
" org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.20.1" ,
1363
1363
),
1364
- libraryDependencies += (" org.scalameta" % " mtags-shared_2.13.12 " % mtagsVersion % SourceDeps ),
1364
+ libraryDependencies += (" org.scalameta" % " mtags-shared_2.13.13 " % mtagsVersion % SourceDeps ),
1365
1365
ivyConfigurations += SourceDeps .hide,
1366
1366
transitiveClassifiers := Seq (" sources" ),
1367
1367
scalacOptions ++= Seq (" -source" , " 3.3" ), // To avoid fatal migration warnings
0 commit comments