Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Update scala-library, scala-reflect to 2.13.6 #178

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lazy val fastparseVersion = "1.0.1"
lazy val agateSettings = Seq(

organization := "com.stripe",
scalaVersion := "2.13.1",
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),
scalaVersion := "2.13.6",
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.6"),

Global / onChangedBuildSource := ReloadOnSourceChanges,

Expand Down