diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e0c5ff20ce..8bb796ed0c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._ object Dependencies { val metaconfigV = "0.11.1" - val scalametaV = "4.8.10" + val scalametaV = "4.8.11" val scalacheckV = "1.17.0" val coursier = "2.1.2" val munitV = "0.7.29" diff --git a/scalafmt-tests/src/test/resources/test/Unicode.stat b/scalafmt-tests/src/test/resources/test/Unicode.stat index 49eeae0d14..7903c41742 100644 --- a/scalafmt-tests/src/test/resources/test/Unicode.stat +++ b/scalafmt-tests/src/test/resources/test/Unicode.stat @@ -18,13 +18,13 @@ println(s"\u001b[1;${color}m${message}\u001b[m") object Foo { // format: off val nbsp = "\u00A0" - val test = s"${nbsp}\uD83D" + val test = s"${nbsp}\uc83D" // format: on } >>> object Foo { // format: off val nbsp = "\u00A0" - val test = s"${nbsp}\uD83D" + val test = s"${nbsp}\uc83D" // format: on }