Skip to content

Commit

Permalink
rebase, bump to 2.13.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Nov 21, 2018
1 parent 1f5b886 commit 17e5c71
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 @@ -8,7 +8,7 @@ val versions = new {
val settings = Seq(
version := "0.2.1",
scalaVersion := versions.scalaVersion,
crossScalaVersions := Seq("2.11.12", "2.12.7", "2.13.0-M4"),
crossScalaVersions := Seq("2.11.12", "2.12.7", "2.13.0-M5"),
scalacOptions ++= Seq(
"-target:jvm-1.8",
"-encoding",
Expand Down

0 comments on commit 17e5c71

Please sign in to comment.