Skip to content

Commit 0f34d55

Browse files
Update scala-library, scala-reflect to 2.12.19 (#338)
Co-authored-by: Seth Tisue <[email protected]>
1 parent cd13029 commit 0f34d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ val sharedSettings = ScalaModulePlugin.scalaModuleSettings ++ ScalaModulePlugin.
22
name := "scala-async",
33
scalaModuleAutomaticModuleName := Some("scala.async"),
44

5-
crossScalaVersions := Seq("2.13.13", "2.12.18"),
5+
crossScalaVersions := Seq("2.13.13", "2.12.19"),
66
scalaVersion := crossScalaVersions.value.head,
77

88
OsgiKeys.exportPackage := Seq(s"scala.async.*;version=${version.value}"),

0 commit comments

Comments
 (0)