Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jun 30, 2022
1 parent 7cf5fa5 commit 39937b1
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.9.1-SNAPSHOT"
ThisBuild / version := "3.10.0"
ThisBuild / scalaVersion := scala213
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down

0 comments on commit 39937b1

Please sign in to comment.