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

Commit a73f038

Browse files
scala-steward-for-moia[bot]scala-stewardsaeltz
authored
Update scala-library to 2.13.8 (#261)
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 7ad66dc commit a73f038

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("https://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.8",
9+
crossScalaVersions := List("2.12.15", "2.13.8"),
1010
versionScheme := Some("early-semver"),
1111
scalacOptions ++= {
1212
CrossVersion.partialVersion(scalaVersion.value) match {

0 commit comments

Comments
 (0)