Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Oct 10, 2020
1 parent 7d00002 commit 80360d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val isScala213 = settingKey[Boolean]("Is the scala version 2.13.")

lazy val commonSettings = Seq(
organization := "org.scalawiki",
version := "0.6.3",
version := "0.6.4",
crossScalaVersions := Seq(Scala211V, Scala212V, Scala213V),
scalaVersion := crossScalaVersions.value.last,
isScala213 := scalaVersion.value.startsWith("2.13."),
Expand Down

0 comments on commit 80360d6

Please sign in to comment.