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

Commit 66fb1d4

Browse files
committed
Update scala-library to 2.13.7
1 parent 3460862 commit 66fb1d4

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
@@ -1,4 +1,4 @@
1-
ThisBuild / scalaVersion := "2.13.6"
1+
ThisBuild / scalaVersion := "2.13.7"
22

33
val specs2 = "4.12.4-js-ec"
44
val okhttp = "4.9.1"
@@ -44,7 +44,7 @@ lazy val root = project
4444
developers := List(
4545
Developer("jem", "Jem Mawson", "[email protected]", url = url("https://keybase.io/jem"))
4646
),
47-
crossScalaVersions := Seq("2.12.14", "2.13.6"),
47+
crossScalaVersions := Seq("2.12.14", "2.13.7"),
4848
Defaults.itSettings,
4949
resolvers ++= List(
5050
Resolver.jcenterRepo,

0 commit comments

Comments
 (0)