Skip to content

Commit

Permalink
Update scala-library to 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jan 11, 2022
1 parent 5c96d33 commit 340dad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ val commonSettings = Def.settings(
publishTo := sonatypePublishToBundle.value,
fullResolvers ~= {_.filterNot(_.name == "jcenter")},
scalaVersion := Scala212,
crossScalaVersions := Scala212 :: "2.13.7" :: Nil,
crossScalaVersions := Scala212 :: "2.13.8" :: Nil,
organization := "com.github.xuwei-k",
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")),
commands += Command.command("updateReadme")(updateReadme),
Expand Down

0 comments on commit 340dad0

Please sign in to comment.