Skip to content

Commit 0641881

Browse files
committed
Prepare for release 1.0.12
- Bump sbt-scala-modules version (to get to a new version of MiMa) - Bump the snapshot version - Bump the previous MiMa version to 1.0.11 - Restore a binary incompatible change made in scala#46
1 parent 3558c3d commit 0641881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/partest/scala/tools/partest/nest/DirectCompiler.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class ExtConsoleReporter(settings: Settings, val writer: PrintWriter) extends Co
2020
}
2121

2222
class TestSettings(cp: String, error: String => Unit) extends Settings(error) {
23+
@deprecated("Use primary constructor", "1.0.12")
24+
def this(cp: String) = this(cp, _ => ())
2325
nowarnings.value = false
2426
encoding.value = "UTF-8"
2527
classpath.value = cp

0 commit comments

Comments
 (0)