Skip to content

Commit

Permalink
Release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Mar 1, 2022
1 parent 6fd414c commit a509b74
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 @@ -13,7 +13,7 @@ val scalaNativeVersions = scalaNot211Versions

name := "scribe"
ThisBuild / organization := "com.outr"
ThisBuild / version := "3.8.1-SNAPSHOT"
ThisBuild / version := "3.8.1"
ThisBuild / scalaVersion := scala213
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down

0 comments on commit a509b74

Please sign in to comment.