Skip to content

Commit

Permalink
Bump Scala to 2.12.11 (close #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed May 14, 2020
1 parent 1fa0f7d commit 91d8119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ lazy val root = project.in(file("."))
organization := "com.snowplowanalytics",
version := "1.0.0",
description := "Scala analytics SDK for Snowplow",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.12.8")
scalaVersion := "2.12.11",
crossScalaVersions := Seq("2.12.11")
))
.enablePlugins(SiteScaladocPlugin)
.enablePlugins(GhpagesPlugin)
Expand Down

0 comments on commit 91d8119

Please sign in to comment.