Skip to content

Commit

Permalink
Release 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Oct 6, 2023
1 parent 05139ff commit 1fb9797
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 @@ -7,7 +7,7 @@ val scala3 = "3.3.1"

name := "scarango"
ThisBuild / organization := "com.outr"
ThisBuild / version := "3.17.0-SNAPSHOT"
ThisBuild / version := "3.17.0"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := List(scala3, scala213)
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
Expand Down

0 comments on commit 1fb9797

Please sign in to comment.