Skip to content

Commit

Permalink
Configured in build.sbt the option for cross-compiling the project fo…
Browse files Browse the repository at this point in the history
…r 2.12/2.13 Scala versions. Also, a new key has been used to sign the uploaded artifacts to Maven Central.
  • Loading branch information
Xoan C. Pardo committed Apr 29, 2022
1 parent b081267 commit 80bab81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
crossScalaVersions := Seq("2.12.15", "2.13.8")

organization := "io.github.xoanpardo"
name := "scala-lsgo-benchmarks"
version := "0.1.1"
scalaVersion := "2.13.7"
version := "0.1.2"
scalaVersion := "2.13.8"

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

0 comments on commit 80bab81

Please sign in to comment.