Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Mar 18, 2022
1 parent 1cf56c0 commit 5e737f5
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 @@ -10,7 +10,7 @@ val allScalaVersions = scala2 ::: scala3
val compatScalaVersions = List(scala213, scala212)

ThisBuild / organization := "com.outr"
ThisBuild / version := "3.3.1-SNAPSHOT"
ThisBuild / version := "3.3.1"
ThisBuild / scalaVersion := scala213
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

Expand Down

0 comments on commit 5e737f5

Please sign in to comment.