Skip to content

Commit

Permalink
Release 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jun 29, 2019
1 parent a152150 commit 8c6a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
import sbtcrossproject.CrossType

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

0 comments on commit 8c6a441

Please sign in to comment.