Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 83bd46f

Browse files
scala-steward-for-moia[bot]scala-stewardsaeltz
authored
Update scala-library to 2.12.16 (#301)
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Co-authored-by: Bendix Sältz <bendix@saeltz.de>
1 parent 3d6d946 commit 83bd46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
66
scmInfo := Some(ScmInfo(url("https://github.com/moia-oss/scala-http-client"), "scm:git@github.com:moia-oss/scala-http-client.git")),
77
homepage := Some(url("https://github.com/moia-oss/scala-http-client")),
88
scalaVersion := "2.13.8",
9-
crossScalaVersions := List("2.12.15", "2.13.8"),
9+
crossScalaVersions := List("2.12.16", "2.13.8"),
1010
versionScheme := Some("early-semver"),
1111
scalacOptions ++= {
1212
CrossVersion.partialVersion(scalaVersion.value) match {

0 commit comments

Comments
 (0)