Skip to content

Commit

Permalink
Bump Scala to 2.12.15 (close #182)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Mar 2, 2022
1 parent 9692c2e commit 47b806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Expand Up @@ -29,7 +29,7 @@ object BuildSettings {
// Basic settings for our app
lazy val buildSettings = Seq[Setting[_]](
organization := "com.snowplowanalytics",
scalaVersion := "2.12.8"
scalaVersion := "2.12.15"
)

// Publish settings
Expand Down

0 comments on commit 47b806e

Please sign in to comment.