We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468e8c2 commit d9ab5a2Copy full SHA for d9ab5a2
build.sbt
@@ -1,14 +1,15 @@
1
import Dependencies._
2
3
-ThisBuild / scalaVersion := "2.12.10"
4
-ThisBuild / version := "0.1.0-SNAPSHOT"
5
-ThisBuild / organization := "com.example"
6
-ThisBuild / organizationName := "example"
+ThisBuild / scalaVersion := "2.13.2"
+ThisBuild / version := "0.4.0"
+ThisBuild / organization := "com.infomofo"
+ThisBuild / organizationName := "infomofo"
7
+ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.11")
8
9
lazy val root = (project in file("."))
10
.settings(
11
name := "scala-ssml",
- libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.1.0",
12
+ libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
13
libraryDependencies += scalaTest % Test
14
)
15
0 commit comments