Skip to content

Commit

Permalink
change base tl version
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Apr 9, 2022
1 parent bf1443a commit 3701152
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
@@ -1,7 +1,7 @@
val Scala213 = "2.13.8"
val Scala3 = "3.1.0"

ThisBuild / tlBaseVersion := "0.1"
ThisBuild / tlBaseVersion := "0.0"

ThisBuild / scalaVersion := Scala213
ThisBuild / crossScalaVersions := Seq(Scala213, Scala3)
Expand Down

0 comments on commit 3701152

Please sign in to comment.