Skip to content

Commit 4888fb8

Browse files
committed
remove deps 2.12
1 parent a0070f6 commit 4888fb8

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,8 +1,8 @@
11
import sbt.Test
2-
// The simplest possible sbt build file is just one line:
32

3+
//https://repo1.maven.org/maven2/com/github/p2m2/
44
scalaVersion := "2.13.12"
5-
crossScalaVersions := List("2.13.12", "2.12.18")
5+
crossScalaVersions := List("2.13.12")
66
name := "stream-reader-mzxml"
77
organization := "com.github.p2m2"
88

0 commit comments

Comments
 (0)