Skip to content

Commit

Permalink
update scala
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyMazepin committed Jan 5, 2024
1 parent 1e85b2f commit ea7f314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ val `proto-parent` = project.in(file(".")).settings(
, version := zero.git.version()
).aggregate(proto, protosyntax, protopurs, prototex, protoops, bench)

ThisBuild / scalaVersion := "3.3.0"
ThisBuild / crossScalaVersions := "3.3.0" :: "2.13.11" :: "2.12.18" :: Nil
ThisBuild / scalaVersion := "3.3.1"
ThisBuild / crossScalaVersions := "3.3.1" :: "2.13.12" :: "2.12.18" :: Nil

lazy val proto = project.in(file("proto")).settings(
name := "proto",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.9.8

0 comments on commit ea7f314

Please sign in to comment.