Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Nov 5, 2018
1 parent efacf84 commit d1db769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
import sbtcrossproject.{CrossType, crossProject}

organization in ThisBuild := "com.outr"
version in ThisBuild := "2.3.2-SNAPSHOT"
version in ThisBuild := "2.3.2"
scalaVersion in ThisBuild := "2.12.6"
crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12")
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")
Expand Down

0 comments on commit d1db769

Please sign in to comment.