Skip to content

Commit

Permalink
update sbt and versions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
infomofo authored Jun 5, 2020
1 parent 468e8c2 commit d9ab5a2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import Dependencies._

ThisBuild / scalaVersion := "2.12.10"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "com.example"
ThisBuild / organizationName := "example"
ThisBuild / scalaVersion := "2.13.2"
ThisBuild / version := "0.4.0"
ThisBuild / organization := "com.infomofo"
ThisBuild / organizationName := "infomofo"
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.11")

lazy val root = (project in file("."))
.settings(
name := "scala-ssml",
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.1.0",
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
libraryDependencies += scalaTest % Test
)

Expand Down

0 comments on commit d9ab5a2

Please sign in to comment.