Skip to content

Commit f7f0e92

Browse files
committed
Update Scala, sbt, drop Scala 3 for now
1 parent b90b81d commit f7f0e92

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ import ReleaseTransformations._
22
import Dependencies._
33

44
lazy val baseSettings = Seq(
5-
scalaVersion := "2.13.10",
6-
crossScalaVersions := Seq(scalaVersion.value, "3.2.1"),
5+
scalaVersion := "2.13.16",
76
organization := "com.madgag.scala-git",
87
scmInfo := Some(ScmInfo(
98
url("https://github.com/rtyley/scala-git"),
109
"scm:git:[email protected]:rtyley/scala-git.git"
1110
)),
12-
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
11+
licenses := Seq(License.Apache2),
1312
scalacOptions ++= Seq("-deprecation", "-unchecked"),
1413
libraryDependencies ++= Seq(madgagCompress % Test, scalatest % Test)
1514
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.10.7

0 commit comments

Comments
 (0)