Skip to content

Commit

Permalink
Update build.sbt (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyamerman authored May 21, 2024
1 parent a3a7d0e commit 48c0f63
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 @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "unit",
name := "unit-java-client",
version := "0.0.3",
version := "0.0.4",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down

0 comments on commit 48c0f63

Please sign in to comment.