We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e289e7 commit 679c9acCopy full SHA for 679c9ac
build.sbt
@@ -4,8 +4,8 @@ import com.typesafe.sbt.SbtGit.GitKeys._
4
organization := "software.purpledragon.xml"
5
version := "1.0.3-SNAPSHOT"
6
7
-scalaVersion := "2.12.8"
8
-crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.0")
+scalaVersion := "2.13.1"
+crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.12.10")
9
10
// dependencies common for all sub-projects
11
libraryDependencies ++= Seq(
0 commit comments