Skip to content

Commit b8334b6

Browse files
committed
update Using from Scala 2.13.17 and add UsingTest
fixes #692 copies the sources from scala/scala repo; both `Using` and `UsingTest` needed slight adjustment to compile on 2.11 and 2.12 includes Scala upgrades: Scala 2.13.17, 2.12.20 (was .13, .19)
1 parent 484a621 commit b8334b6

File tree

4 files changed

+756
-755
lines changed

4 files changed

+756
-755
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ lazy val root = project
5050
lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test
5151

5252
lazy val scala211 = "2.11.12"
53-
lazy val scala212 = "2.12.19"
54-
lazy val scala213 = "2.13.13"
53+
lazy val scala212 = "2.12.20"
54+
lazy val scala213 = "2.13.17"
5555
lazy val scala3 = "3.3.6"
5656

5757
lazy val compat = new MultiScalaCrossProject(

0 commit comments

Comments
 (0)