Skip to content

Commit

Permalink
remove dms v2 leftovers (#764)
Browse files Browse the repository at this point in the history
* remove dms v2 leftovers

* bump version

* cleanup more unused classes

---------

Co-authored-by: Dmitry Ivankov <[email protected]>
  • Loading branch information
silvavelosa and dmivankov authored Jul 17, 2024
1 parent 37f5e63 commit 2de0654
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 773 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy val commonSettings = Seq(
organization := "com.cognite",
organizationName := "Cognite",
organizationHomepage := Some(url("https://cognite.com")),
version := "2.24." + patchVersion,
version := "2.25." + patchVersion,
isSnapshot := patchVersion.endsWith("-SNAPSHOT"),
scalaVersion := scala213, // use 2.13 by default
// handle cross plugin https://github.com/stringbean/sbt-dependency-lock/issues/13
Expand Down

This file was deleted.

148 changes: 0 additions & 148 deletions src/main/scala/com/cognite/sdk/scala/v1/dataModelProperties.scala

This file was deleted.

56 changes: 0 additions & 56 deletions src/main/scala/com/cognite/sdk/scala/v1/dataModels.scala

This file was deleted.

Loading

0 comments on commit 2de0654

Please sign in to comment.