Skip to content

Commit

Permalink
bump base version to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
buntec committed May 10, 2023
1 parent 6f3db66 commit d90274d
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 @@
Global / onChangedBuildSource := ReloadOnSourceChanges
Global / resolvers += "Sonatype S01 OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"

ThisBuild / tlBaseVersion := "0.14"
ThisBuild / tlBaseVersion := "0.15"

lazy val scala213 = "2.13.10"
ThisBuild / scalaVersion := scala213
Expand Down

0 comments on commit d90274d

Please sign in to comment.