Skip to content

Commit

Permalink
build.sbt: add scala 2.13 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg authored Jan 6, 2020
1 parent 1353c97 commit 652c6a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ThisBuild / organization := "io.github.nafg.css-dsl"
ThisBuild / version := "0.5.0"
ThisBuild / scalaVersion := "2.12.9"

ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.1")
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
ThisBuild / scalacOptions += "-feature"
ThisBuild / scalacOptions += "-deprecation"

Expand Down

0 comments on commit 652c6a4

Please sign in to comment.