Skip to content

Commit

Permalink
Version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Nov 21, 2023
1 parent 0e7ec22 commit fb38b4e
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,14 +1,14 @@
name := "scalashogi"

version := "8.0.3"
version := "10.0.0"

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

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

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

0 comments on commit fb38b4e

Please sign in to comment.