Skip to content

Commit

Permalink
Infrastructure: Update Scala, SBT versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBizzle committed Feb 14, 2019
1 parent 7e68ca9 commit d50286b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.nlogo.build.NetLogoExtension
enablePlugins(NetLogoExtension)
enablePlugins(org.nlogo.build.ExtensionDocumentationPlugin)

scalaVersion := "2.12.0"
scalaVersion := "2.12.8"

name := "csv"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.2.8

0 comments on commit d50286b

Please sign in to comment.