Skip to content

Commit

Permalink
Updated to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Aug 3, 2023
1 parent fabb27a commit fc82cd8
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 @@ -9,7 +9,7 @@ val allScalaVersions = List(scala213, scala212, scala3)

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

0 comments on commit fc82cd8

Please sign in to comment.