Skip to content

Commit 80bab81

Browse files
author
Xoan C. Pardo
committed
Configured in build.sbt the option for cross-compiling the project for 2.12/2.13 Scala versions. Also, a new key has been used to sign the uploaded artifacts to Maven Central.
1 parent b081267 commit 80bab81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.sbt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
crossScalaVersions := Seq("2.12.15", "2.13.8")
2+
13
organization := "io.github.xoanpardo"
24
name := "scala-lsgo-benchmarks"
3-
version := "0.1.1"
4-
scalaVersion := "2.13.7"
5+
version := "0.1.2"
6+
scalaVersion := "2.13.8"
57

68
// IntelliJ IDEA flags
79
idePackagePrefix := Some("gal.udc.gac.lsgo2013")

0 commit comments

Comments
 (0)