Skip to content

Commit d9ab5a2

Browse files
authored
update sbt and versions (#6)
1 parent 468e8c2 commit d9ab5a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.sbt

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
import Dependencies._
22

3-
ThisBuild / scalaVersion := "2.12.10"
4-
ThisBuild / version := "0.1.0-SNAPSHOT"
5-
ThisBuild / organization := "com.example"
6-
ThisBuild / organizationName := "example"
3+
ThisBuild / scalaVersion := "2.13.2"
4+
ThisBuild / version := "0.4.0"
5+
ThisBuild / organization := "com.infomofo"
6+
ThisBuild / organizationName := "infomofo"
7+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.11")
78

89
lazy val root = (project in file("."))
910
.settings(
1011
name := "scala-ssml",
11-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.1.0",
12+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
1213
libraryDependencies += scalaTest % Test
1314
)
1415

0 commit comments

Comments
 (0)