Skip to content

Commit

Permalink
bump 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 20, 2025
1 parent 217b1c3 commit 83d29cc
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 compression = Project("compression", file("."))
scalaVersion := "3.6.2"
name := "compression"
organization := "org.lichess"
version := "2.0"
version := "3.0"
resolvers += "lila-maven".at("https://raw.githubusercontent.com/ornicar/lila-maven/master")
libraryDependencies += "org.specs2" %% "specs2-core" % "4.17.0" % Test
scalacOptions := Seq(
Expand Down

0 comments on commit 83d29cc

Please sign in to comment.