Skip to content

Commit

Permalink
Version 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Feb 9, 2024
1 parent 7c2d19b commit 9b8d962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "scalashogi"

version := "10.0.0"
version := "10.0.1"

ThisBuild / scalaVersion := "2.13.12"
ThisBuild / githubWorkflowPublishTargetBranches := Seq() // Don't publish anywhere
Expand All @@ -9,7 +9,7 @@ ThisBuild / githubWorkflowBuild ++= Seq(
WorkflowStep.Sbt(List("scalafmtCheckAll"), name = Some("Check Formatting"))
)

ThisBuild / versionPolicyIntention := Compatibility.None
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible

libraryDependencies ++= List(
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2",
Expand Down

0 comments on commit 9b8d962

Please sign in to comment.