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

Commit f368ef5

Browse files
committed
Revert "Update scala-library to 2.13.7 (#242)"
This reverts commit f731b26.
1 parent fc2d0fd commit f368ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ lazy val root = (project in file("."))
55
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
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")),
8-
scalaVersion := "2.13.7",
9-
crossScalaVersions := List("2.12.15", "2.13.7"),
8+
scalaVersion := "2.13.6",
9+
crossScalaVersions := List("2.12.15", "2.13.6"),
1010
versionScheme := Some("early-semver"),
1111
scalacOptions ++= {
1212
CrossVersion.partialVersion(scalaVersion.value) match {

0 commit comments

Comments
 (0)