Skip to content

Commit

Permalink
Build example project against 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Aug 8, 2019
1 parent 08b30b6 commit a0c8be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name := "example"

version := "1.0"

scalaVersion := "2.12.9"
scalaVersion := "2.13.0"

libraryDependencies ++= Seq(
"com.github.pureconfig" %% "pureconfig" % "0.11.2-SNAPSHOT")

crossScalaVersions := Seq("2.12.9", "2.11.12", "2.13.0")
crossScalaVersions := Seq("2.13.0", "2.12.9", "2.11.12")

scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit a0c8be7

Please sign in to comment.