Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update missed Scala version to 2.11.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankleyn authored Aug 9, 2017
1 parent 8fd7912 commit 1109f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Commons {
)

val settings: Seq[Def.Setting[_]] = Defaults.itSettings ++ Seq(
scalaVersion := "2.11.8",
scalaVersion := "2.11.11",
organization := "com.intenthq.icicle",
version := appVersion,
publishMavenStyle := true,
Expand Down

0 comments on commit 1109f31

Please sign in to comment.