Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jun 16, 2020
1 parent 2a219a6 commit d8f4c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object BuildSettings {
lazy val basicSettings = Seq(
organization := "com.snowplowanalytics",
scalaVersion := "2.12.11",
version := "1.3.0",
version := "1.3.0-rc1",
javacOptions := Seq("-source", "1.8", "-target", "1.8"),
resolvers ++= Dependencies.resolutionRepos
)
Expand Down

0 comments on commit d8f4c7d

Please sign in to comment.