Skip to content

Commit

Permalink
Use sbt-dynver
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed May 11, 2020
1 parent 5429c45 commit 4a5c39c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ThisBuild / organization := "io.github.nafg.css-dsl"
ThisBuild / version := "0.6.0"

ThisBuild / crossScalaVersions := Seq("2.12.11", "2.13.2")
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.32")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")

0 comments on commit 4a5c39c

Please sign in to comment.