Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update scala-library to 2.13.10 (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Koenig <koenig@sifive.com>
  • Loading branch information
scala-steward and jackkoenig authored Dec 5, 2022
1 parent 11db30d commit fc6e53d
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 @@ -8,7 +8,7 @@ lazy val baseSettings = Seq(
organization := "edu.berkeley.cs",
version := "1.6-SNAPSHOT",
scalaVersion := "2.12.17",
crossScalaVersions := Seq("2.13.6", "2.12.13"),
crossScalaVersions := Seq("2.13.10", "2.12.17"),
// enables using control-c in sbt CLI
cancelable in Global := true,
resolvers ++= Seq(
Expand Down

0 comments on commit fc6e53d

Please sign in to comment.