Skip to content

Commit

Permalink
publish snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal-fazlani committed Jun 30, 2024
1 parent 5d57325 commit 45f1955
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import scala.sys.process._

val scala3Version = "3.4.2"

ThisBuild / scalaVersion := scala3Version
ThisBuild / organization := "com.bilal-fazlani"
ThisBuild / organizationName := "Bilal Fazlani"
ThisBuild / sonatypeCredentialHost := Sonatype.sonatype01
ThisBuild / scalaVersion := scala3Version
ThisBuild / organization := "com.bilal-fazlani"
ThisBuild / organizationName := "Bilal Fazlani"
ThisBuild / versionScheme := Some("semver-spec")

ThisBuild / scmInfo := Some(
ScmInfo(
Expand Down Expand Up @@ -92,7 +92,6 @@ lazy val zioMaelstrom = project
name := "zio-maelstrom",
logo := "",
scalacOptions += "-Wunused:all",
sonatypeCredentialHost := Sonatype.sonatype01,
libraryDependencies ++=
Seq(
Libs.zio,
Expand Down

0 comments on commit 45f1955

Please sign in to comment.