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

Commit

Permalink
Update scala-library to 2.13.6 (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <[email protected]>
Co-authored-by: Bendix Sältz <[email protected]>
  • Loading branch information
3 people authored Jun 21, 2021
1 parent c3dbcae commit bc00725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ lazy val root = (project in file("."))
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
scmInfo := Some(ScmInfo(url("https://github.com/moia-oss/scala-http-client"), "scm:[email protected]:moia-oss/scala-http-client.git")),
homepage := Some(url("https://github.com/moia-oss/scala-http-client")),
scalaVersion := "2.13.5",
crossScalaVersions := List("2.12.14", "2.13.5"),
scalaVersion := "2.13.6",
crossScalaVersions := List("2.12.14", "2.13.6"),
versionScheme := Some("early-semver"),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit bc00725

Please sign in to comment.